Shades of Light Yellow #FEFFDE
Tints of Light Yellow #FEFFDE
RGB
CMYK
RGB Variations
Color information
#FEFFDE (or 0xFEFFDE) is known color: Light Yellow. HEX triplet: FE, FF and DE. RGB value is (254,255,222). Sum of RGB (Red+Green+Blue) = 254+255+222=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 222 (87.11% from 255 or 30.37% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFDE is #010021. Grayscale: #FBFBFB. Windows color (decimal): -65570 or 14614526. OLE color: 14614526.
HSL color Cylindrical-coordinate representation of color #FEFFDE: hue angle of 61.82º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEFFDE is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 222 | - |
| CMYK | 0.00 | 0 | 0.13 | 0 |
| HSL | 61.82º | 1% | 0.94% | - |
| HSV(B) | 61.82º | 0.13% | 1% | - |
| XYZ | 89.82 | 97.86 | 83.26 | - |
| YUV | 250.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 222 | 0.00 | 0 | 0.13 | 0 | 61.82 | 1 | 0.94 |
| Hex | FE | FF | DE | 0 | 0 | D | 0 | 3E | 64 | 5E |
| Octal | 376 | 377 | 336 | 0 | 0 | 15 | 0 | 76 | 144 | 136 |
| Binary | 11111110 | 11111111 | 11011110 | 0 | 0 | 1101 | 0 | 111110 | 1100100 | 1011110 |
Color Harmonies of #FEFFDE
Complementary color
Monochromatic Colors of #FEFFDE
Black with #FEFFDE
Text Example
Text Example
White with #FEFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFDE; }
p { color: rgb(254,255,222); }
H1.HeaderClassName
{
color: #FEFFDE;
}
.AnyTagClassName
{
color: #FEFFDE;
}
</style>
background-color css
<style>
a { background-color: #FEFFDE; }
a { background-color: rgb(254,255,222); }
div.DivClassName
{
background-color: #FEFFDE;
}
.BgClassName
{
background-color: #FEFFDE;
}
</style>
border-color css
<style>
span { border-color: #FEFFDE; }
span { border-color: rgb(254,255,222); }
td.TdClassName
{
border-color: #FEFFDE;
}
.TagClassName
{
border-color: #FEFFDE;
}
</style>