RGB
255, 238, 140
HSL
51°, 100%, 77%
CMYK
0, 7, 45, 0
HSV
51°, 45%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FFEE8C |
color: #FFEE8C;
|
| RGB | 255, 238, 140 |
color: rgb(255, 238, 140);
|
| RGB Percentage | 100%, 93%, 55% |
color: rgb(100%, 93%, 55%);
|
| CMYK | 0%, 7%, 45%, 0% | Not supported in CSS |
| HSL | 51°, 100%, 77% |
color: hsl(51, 100%, 77%);
|
| HSV | 51°, 45%, 100% | Not supported in CSS |
| CIE-LAB | 62, 3, 33 |
color: lab(62% 3 33);
|
| Decimal | 16772748 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.pastel-yellow {
color: #FFEE8C;
}
SCSS
$pastel-yellow: #FFEE8C;
RGB
rgb(255, 238, 140)
Accessibility & Contrast
White background
1.18:1
1.18
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
17.86:1
17.86
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element