Shades of Early Dawn #FCF2DC
Tints of Early Dawn #FCF2DC
RGB
CMYK
RGB Variations
Color information
#FCF2DC (or 0xFCF2DC) is known color: Early Dawn. HEX triplet: FC, F2 and DC. RGB value is (252,242,220). Sum of RGB (Red+Green+Blue) = 252+242+220=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 220 (86.33% from 255 or 30.81% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2DC is #030D23. Grayscale: #F2F2F2. Windows color (decimal): -199972 or 14480124. OLE color: 14480124.
HSL color Cylindrical-coordinate representation of color #FCF2DC: hue angle of 41.25º 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 #FCF2DC is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 220 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.01 |
| HSL | 41.25º | 0.84% | 0.93% | - |
| HSV(B) | 41.25º | 0.13% | 0.99% | - |
| XYZ | 84.82 | 89.37 | 80.49 | - |
| YUV | 242.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 220 | 0 | 0.04 | 0.13 | 0.01 | 41.25 | 0.84 | 0.93 |
| Hex | FC | F2 | DC | 0 | 4 | D | 1 | 29 | 54 | 5D |
| Octal | 374 | 362 | 334 | 0 | 4 | 15 | 1 | 51 | 124 | 135 |
| Binary | 11111100 | 11110010 | 11011100 | 0 | 100 | 1101 | 1 | 101001 | 1010100 | 1011101 |
Color Harmonies of #FCF2DC
Complementary color
Monochromatic Colors of #FCF2DC
Black with #FCF2DC
Text Example
Text Example
White with #FCF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2DC; }
p { color: rgb(252,242,220); }
H1.HeaderClassName
{
color: #FCF2DC;
}
.AnyTagClassName
{
color: #FCF2DC;
}
</style>
background-color css
<style>
a { background-color: #FCF2DC; }
a { background-color: rgb(252,242,220); }
div.DivClassName
{
background-color: #FCF2DC;
}
.BgClassName
{
background-color: #FCF2DC;
}
</style>
border-color css
<style>
span { border-color: #FCF2DC; }
span { border-color: rgb(252,242,220); }
td.TdClassName
{
border-color: #FCF2DC;
}
.TagClassName
{
border-color: #FCF2DC;
}
</style>