Shades of Light Yellow #FDFEE0
Tints of Light Yellow #FDFEE0
RGB
CMYK
RGB Variations
Color information
#FDFEE0 (or 0xFDFEE0) is known color: Light Yellow. HEX triplet: FD, FE and E0. RGB value is (253,254,224). Sum of RGB (Red+Green+Blue) = 253+254+224=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 254 (99.61% from 255 or 34.75% from 731); Blue value is 224 (87.89% from 255 or 30.64% from 731); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEE0 is #02011F. Grayscale: #FAFAFA. Windows color (decimal): -131360 or 14745341. OLE color: 14745341.
HSL color Cylindrical-coordinate representation of color #FDFEE0: hue angle of 62º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDFEE0 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 224 | - |
CMYK | 0.00 | 0 | 0.12 | 0.00 |
HSL | 62º | 0.94% | 0.94% | - |
HSV(B) | 62º | 0.12% | 1% | - |
XYZ | 89.4 | 97.15 | 84.56 | - |
YUV | 250.28 | 113.17 | 129.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 224 | 0.00 | 0 | 0.12 | 0.00 | 62 | 0.94 | 0.94 |
Hex | FD | FE | E0 | 0 | 0 | C | 0 | 3E | 5E | 5E |
Octal | 375 | 376 | 340 | 0 | 0 | 14 | 0 | 76 | 136 | 136 |
Binary | 11111101 | 11111110 | 11100000 | 0 | 0 | 1100 | 0 | 111110 | 1011110 | 1011110 |
Color Harmonies of #FDFEE0
Complementary color
Monochromatic Colors of #FDFEE0
Black with #FDFEE0
Text Example
Text Example
White with #FDFEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEE0; }
p { color: rgb(253,254,224); }
H1.HeaderClassName
{
color: #FDFEE0;
}
.AnyTagClassName
{
color: #FDFEE0;
}
</style>
background-color css
<style>
a { background-color: #FDFEE0; }
a { background-color: rgb(253,254,224); }
div.DivClassName
{
background-color: #FDFEE0;
}
.BgClassName
{
background-color: #FDFEE0;
}
</style>
border-color css
<style>
span { border-color: #FDFEE0; }
span { border-color: rgb(253,254,224); }
td.TdClassName
{
border-color: #FDFEE0;
}
.TagClassName
{
border-color: #FDFEE0;
}
</style>