Shades of Light Yellow #FCFEE0
Tints of Light Yellow #FCFEE0
RGB
CMYK
RGB Variations
Color information
#FCFEE0 (or 0xFCFEE0) is known color: Light Yellow. HEX triplet: FC, FE and E0. RGB value is (252,254,224). Sum of RGB (Red+Green+Blue) = 252+254+224=730 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.52% from 730); Green value is 254 (99.61% from 255 or 34.79% from 730); Blue value is 224 (87.89% from 255 or 30.68% from 730); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEE0 is #03011F. Grayscale: #FAFAFA. Windows color (decimal): -196896 or 14745340. OLE color: 14745340.
HSL color Cylindrical-coordinate representation of color #FCFEE0: hue angle of 64º 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 #FCFEE0 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 252 | 254 | 224 | - |
CMYK | 0.01 | 0 | 0.12 | 0.00 |
HSL | 64º | 0.94% | 0.94% | - |
HSV(B) | 64º | 0.12% | 1% | - |
XYZ | 89.04 | 96.96 | 84.54 | - |
YUV | 249.98 | 113.34 | 129.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 254 | 224 | 0.01 | 0 | 0.12 | 0.00 | 64 | 0.94 | 0.94 |
Hex | FC | FE | E0 | 1 | 0 | C | 0 | 40 | 5E | 5E |
Octal | 374 | 376 | 340 | 1 | 0 | 14 | 0 | 100 | 136 | 136 |
Binary | 11111100 | 11111110 | 11100000 | 1 | 0 | 1100 | 0 | 1000000 | 1011110 | 1011110 |
Color Harmonies of #FCFEE0
Complementary color
Monochromatic Colors of #FCFEE0
Black with #FCFEE0
Text Example
Text Example
White with #FCFEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEE0; }
p { color: rgb(252,254,224); }
H1.HeaderClassName
{
color: #FCFEE0;
}
.AnyTagClassName
{
color: #FCFEE0;
}
</style>
background-color css
<style>
a { background-color: #FCFEE0; }
a { background-color: rgb(252,254,224); }
div.DivClassName
{
background-color: #FCFEE0;
}
.BgClassName
{
background-color: #FCFEE0;
}
</style>
border-color css
<style>
span { border-color: #FCFEE0; }
span { border-color: rgb(252,254,224); }
td.TdClassName
{
border-color: #FCFEE0;
}
.TagClassName
{
border-color: #FCFEE0;
}
</style>