Shades of Light Yellow #FFFEDE
Tints of Light Yellow #FFFEDE
RGB
CMYK
RGB Variations
Color information
#FFFEDE (or 0xFFFEDE) is known color: Light Yellow. HEX triplet: FF, FE and DE. RGB value is (255,254,222). Sum of RGB (Red+Green+Blue) = 255+254+222=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 254 (99.61% from 255 or 34.75% from 731); Blue value is 222 (87.11% from 255 or 30.37% from 731); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEDE is #000121. Grayscale: #FAFAFA. Windows color (decimal): -290 or 14614271. OLE color: 14614271.
HSL color Cylindrical-coordinate representation of color #FFFEDE: hue angle of 58.18º 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 #FFFEDE is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 222 | - |
| CMYK | 0 | 0.00 | 0.13 | 0 |
| HSL | 58.18º | 1% | 0.94% | - |
| HSV(B) | 58.18º | 0.13% | 1% | - |
| XYZ | 89.87 | 97.42 | 83.17 | - |
| YUV | 250.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 222 | 0 | 0.00 | 0.13 | 0 | 58.18 | 1 | 0.94 |
| Hex | FF | FE | DE | 0 | 0 | D | 0 | 3A | 64 | 5E |
| Octal | 377 | 376 | 336 | 0 | 0 | 15 | 0 | 72 | 144 | 136 |
| Binary | 11111111 | 11111110 | 11011110 | 0 | 0 | 1101 | 0 | 111010 | 1100100 | 1011110 |
Color Harmonies of #FFFEDE
Complementary color
Monochromatic Colors of #FFFEDE
Black with #FFFEDE
Text Example
Text Example
White with #FFFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEDE; }
p { color: rgb(255,254,222); }
H1.HeaderClassName
{
color: #FFFEDE;
}
.AnyTagClassName
{
color: #FFFEDE;
}
</style>
background-color css
<style>
a { background-color: #FFFEDE; }
a { background-color: rgb(255,254,222); }
div.DivClassName
{
background-color: #FFFEDE;
}
.BgClassName
{
background-color: #FFFEDE;
}
</style>
border-color css
<style>
span { border-color: #FFFEDE; }
span { border-color: rgb(255,254,222); }
td.TdClassName
{
border-color: #FFFEDE;
}
.TagClassName
{
border-color: #FFFEDE;
}
</style>