Shades of Early Dawn #FCF2DB
Tints of Early Dawn #FCF2DB
RGB
CMYK
RGB Variations
Color information
#FCF2DB (or 0xFCF2DB) is known color: Early Dawn. HEX triplet: FC, F2 and DB. RGB value is (252,242,219). Sum of RGB (Red+Green+Blue) = 252+242+219=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 219 (85.94% from 255 or 30.72% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2DB is #030D24. Grayscale: #F2F2F2. Windows color (decimal): -199973 or 14414588. OLE color: 14414588.
HSL color Cylindrical-coordinate representation of color #FCF2DB: hue angle of 41.82º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCF2DB is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 242 | 219 | - |
CMYK | 0 | 0.04 | 0.13 | 0.01 |
HSL | 41.82º | 0.85% | 0.92% | - |
HSV(B) | 41.82º | 0.13% | 0.99% | - |
XYZ | 84.68 | 89.31 | 79.79 | - |
YUV | 242.37 | 114.81 | 134.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 242 | 219 | 0 | 0.04 | 0.13 | 0.01 | 41.82 | 0.85 | 0.92 |
Hex | FC | F2 | DB | 0 | 4 | D | 1 | 2A | 55 | 5C |
Octal | 374 | 362 | 333 | 0 | 4 | 15 | 1 | 52 | 125 | 134 |
Binary | 11111100 | 11110010 | 11011011 | 0 | 100 | 1101 | 1 | 101010 | 1010101 | 1011100 |
Color Harmonies of #FCF2DB
Complementary color
Monochromatic Colors of #FCF2DB
Black with #FCF2DB
Text Example
Text Example
White with #FCF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2DB; }
p { color: rgb(252,242,219); }
H1.HeaderClassName
{
color: #FCF2DB;
}
.AnyTagClassName
{
color: #FCF2DB;
}
</style>
background-color css
<style>
a { background-color: #FCF2DB; }
a { background-color: rgb(252,242,219); }
div.DivClassName
{
background-color: #FCF2DB;
}
.BgClassName
{
background-color: #FCF2DB;
}
</style>
border-color css
<style>
span { border-color: #FCF2DB; }
span { border-color: rgb(252,242,219); }
td.TdClassName
{
border-color: #FCF2DB;
}
.TagClassName
{
border-color: #FCF2DB;
}
</style>