Shades of Light Yellow #FCFCE4
Tints of Light Yellow #FCFCE4
RGB
CMYK
RGB Variations
Color information
#FCFCE4 (or 0xFCFCE4) is known color: Light Yellow. HEX triplet: FC, FC and E4. RGB value is (252,252,228). Sum of RGB (Red+Green+Blue) = 252+252+228=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 252 (98.83% from 255 or 34.43% from 732); Blue value is 228 (89.45% from 255 or 31.15% from 732); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCE4 is #03031B. Grayscale: #F9F9F9. Windows color (decimal): -197404 or 15006972. OLE color: 15006972.
HSL color Cylindrical-coordinate representation of color #FCFCE4: hue angle of 60º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCFCE4 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 228 | - |
| CMYK | 0 | 0 | 0.10 | 0.01 |
| HSL | 60º | 0.8% | 0.94% | - |
| HSV(B) | 60º | 0.1% | 0.99% | - |
| XYZ | 88.96 | 95.92 | 87.22 | - |
| YUV | 249.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 228 | 0 | 0 | 0.10 | 0.01 | 60 | 0.8 | 0.94 |
| Hex | FC | FC | E4 | 0 | 0 | A | 1 | 3C | 50 | 5E |
| Octal | 374 | 374 | 344 | 0 | 0 | 12 | 1 | 74 | 120 | 136 |
| Binary | 11111100 | 11111100 | 11100100 | 0 | 0 | 1010 | 1 | 111100 | 1010000 | 1011110 |
Color Harmonies of #FCFCE4
Complementary color
Monochromatic Colors of #FCFCE4
Black with #FCFCE4
Text Example
Text Example
White with #FCFCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCE4; }
p { color: rgb(252,252,228); }
H1.HeaderClassName
{
color: #FCFCE4;
}
.AnyTagClassName
{
color: #FCFCE4;
}
</style>
background-color css
<style>
a { background-color: #FCFCE4; }
a { background-color: rgb(252,252,228); }
div.DivClassName
{
background-color: #FCFCE4;
}
.BgClassName
{
background-color: #FCFCE4;
}
</style>
border-color css
<style>
span { border-color: #FCFCE4; }
span { border-color: rgb(252,252,228); }
td.TdClassName
{
border-color: #FCFCE4;
}
.TagClassName
{
border-color: #FCFCE4;
}
</style>