Shades of Light Yellow #FCFCE1
Tints of Light Yellow #FCFCE1
RGB
CMYK
RGB Variations
Color information
#FCFCE1 (or 0xFCFCE1) is known color: Light Yellow. HEX triplet: FC, FC and E1. RGB value is (252,252,225). Sum of RGB (Red+Green+Blue) = 252+252+225=729 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.57% from 729); Green value is 252 (98.83% from 255 or 34.57% from 729); Blue value is 225 (88.28% from 255 or 30.86% from 729); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCE1 is #03031E. Grayscale: #F9F9F9. Windows color (decimal): -197407 or 14810364. OLE color: 14810364.
HSL color Cylindrical-coordinate representation of color #FCFCE1: hue angle of 60º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCFCE1 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 225 | - |
| CMYK | 0 | 0 | 0.11 | 0.01 |
| HSL | 60º | 0.82% | 0.94% | - |
| HSV(B) | 60º | 0.11% | 0.99% | - |
| XYZ | 88.55 | 95.75 | 85.05 | - |
| YUV | 248.92 | 114.5 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 225 | 0 | 0 | 0.11 | 0.01 | 60 | 0.82 | 0.94 |
| Hex | FC | FC | E1 | 0 | 0 | B | 1 | 3C | 52 | 5E |
| Octal | 374 | 374 | 341 | 0 | 0 | 13 | 1 | 74 | 122 | 136 |
| Binary | 11111100 | 11111100 | 11100001 | 0 | 0 | 1011 | 1 | 111100 | 1010010 | 1011110 |
Color Harmonies of #FCFCE1
Complementary color
Monochromatic Colors of #FCFCE1
Black with #FCFCE1
Text Example
Text Example
White with #FCFCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCE1; }
p { color: rgb(252,252,225); }
H1.HeaderClassName
{
color: #FCFCE1;
}
.AnyTagClassName
{
color: #FCFCE1;
}
</style>
background-color css
<style>
a { background-color: #FCFCE1; }
a { background-color: rgb(252,252,225); }
div.DivClassName
{
background-color: #FCFCE1;
}
.BgClassName
{
background-color: #FCFCE1;
}
</style>
border-color css
<style>
span { border-color: #FCFCE1; }
span { border-color: rgb(252,252,225); }
td.TdClassName
{
border-color: #FCFCE1;
}
.TagClassName
{
border-color: #FCFCE1;
}
</style>