Shades of Light Yellow #FCFEE4
Tints of Light Yellow #FCFEE4
RGB
CMYK
RGB Variations
Color information
#FCFEE4 (or 0xFCFEE4) is known color: Light Yellow. HEX triplet: FC, FE and E4. RGB value is (252,254,228). Sum of RGB (Red+Green+Blue) = 252+254+228=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 254 (99.61% from 255 or 34.60% from 734); Blue value is 228 (89.45% from 255 or 31.06% from 734); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEE4 is #03011B. Grayscale: #FAFAFA. Windows color (decimal): -196892 or 15007484. OLE color: 15007484.
HSL color Cylindrical-coordinate representation of color #FCFEE4: hue angle of 64.62º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCFEE4 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 252 | 254 | 228 | - |
CMYK | 0.01 | 0 | 0.10 | 0.00 |
HSL | 64.62º | 0.93% | 0.95% | - |
HSV(B) | 64.62º | 0.1% | 1% | - |
XYZ | 89.59 | 97.18 | 87.43 | - |
YUV | 250.44 | 115.34 | 129.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 254 | 228 | 0.01 | 0 | 0.10 | 0.00 | 64.62 | 0.93 | 0.95 |
Hex | FC | FE | E4 | 1 | 0 | A | 0 | 41 | 5D | 5F |
Octal | 374 | 376 | 344 | 1 | 0 | 12 | 0 | 101 | 135 | 137 |
Binary | 11111100 | 11111110 | 11100100 | 1 | 0 | 1010 | 0 | 1000001 | 1011101 | 1011111 |
Color Harmonies of #FCFEE4
Complementary color
Monochromatic Colors of #FCFEE4
Black with #FCFEE4
Text Example
Text Example
White with #FCFEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEE4; }
p { color: rgb(252,254,228); }
H1.HeaderClassName
{
color: #FCFEE4;
}
.AnyTagClassName
{
color: #FCFEE4;
}
</style>
background-color css
<style>
a { background-color: #FCFEE4; }
a { background-color: rgb(252,254,228); }
div.DivClassName
{
background-color: #FCFEE4;
}
.BgClassName
{
background-color: #FCFEE4;
}
</style>
border-color css
<style>
span { border-color: #FCFEE4; }
span { border-color: rgb(252,254,228); }
td.TdClassName
{
border-color: #FCFEE4;
}
.TagClassName
{
border-color: #FCFEE4;
}
</style>