Shades of Light Yellow #FCFCDC
Tints of Light Yellow #FCFCDC
RGB
CMYK
RGB Variations
Color information
#FCFCDC (or 0xFCFCDC) is known color: Light Yellow. HEX triplet: FC, FC and DC. RGB value is (252,252,220). Sum of RGB (Red+Green+Blue) = 252+252+220=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 252 (98.83% from 255 or 34.81% from 724); Blue value is 220 (86.33% from 255 or 30.39% from 724); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCDC is #030323. Grayscale: #F8F8F8. Windows color (decimal): -197412 or 14482684. OLE color: 14482684.
HSL color Cylindrical-coordinate representation of color #FCFCDC: hue angle of 60º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCFCDC is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 220 | - |
| CMYK | 0 | 0 | 0.13 | 0.01 |
| HSL | 60º | 0.84% | 0.93% | - |
| HSV(B) | 60º | 0.13% | 0.99% | - |
| XYZ | 87.87 | 95.48 | 81.51 | - |
| YUV | 248.35 | 112 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 220 | 0 | 0 | 0.13 | 0.01 | 60 | 0.84 | 0.93 |
| Hex | FC | FC | DC | 0 | 0 | D | 1 | 3C | 54 | 5D |
| Octal | 374 | 374 | 334 | 0 | 0 | 15 | 1 | 74 | 124 | 135 |
| Binary | 11111100 | 11111100 | 11011100 | 0 | 0 | 1101 | 1 | 111100 | 1010100 | 1011101 |
Color Harmonies of #FCFCDC
Complementary color
Monochromatic Colors of #FCFCDC
Black with #FCFCDC
Text Example
Text Example
White with #FCFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCDC; }
p { color: rgb(252,252,220); }
H1.HeaderClassName
{
color: #FCFCDC;
}
.AnyTagClassName
{
color: #FCFCDC;
}
</style>
background-color css
<style>
a { background-color: #FCFCDC; }
a { background-color: rgb(252,252,220); }
div.DivClassName
{
background-color: #FCFCDC;
}
.BgClassName
{
background-color: #FCFCDC;
}
</style>
border-color css
<style>
span { border-color: #FCFCDC; }
span { border-color: rgb(252,252,220); }
td.TdClassName
{
border-color: #FCFCDC;
}
.TagClassName
{
border-color: #FCFCDC;
}
</style>