Shades of Early Dawn #FCF4E0
Tints of Early Dawn #FCF4E0
RGB
CMYK
RGB Variations
Color information
#FCF4E0 (or 0xFCF4E0) is known color: Early Dawn. HEX triplet: FC, F4 and E0. RGB value is (252,244,224). Sum of RGB (Red+Green+Blue) = 252+244+224=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 244 (95.70% from 255 or 33.89% from 720); Blue value is 224 (87.89% from 255 or 31.11% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF4E0 is #030B1F. Grayscale: #F4F4F4. Windows color (decimal): -199456 or 14742780. OLE color: 14742780.
HSL color Cylindrical-coordinate representation of color #FCF4E0: hue angle of 42.86º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCF4E0 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 224 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.01 |
| HSL | 42.86º | 0.82% | 0.93% | - |
| HSV(B) | 42.86º | 0.11% | 0.99% | - |
| XYZ | 85.95 | 90.78 | 83.51 | - |
| YUV | 244.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 224 | 0 | 0.03 | 0.11 | 0.01 | 42.86 | 0.82 | 0.93 |
| Hex | FC | F4 | E0 | 0 | 3 | B | 1 | 2B | 52 | 5D |
| Octal | 374 | 364 | 340 | 0 | 3 | 13 | 1 | 53 | 122 | 135 |
| Binary | 11111100 | 11110100 | 11100000 | 0 | 11 | 1011 | 1 | 101011 | 1010010 | 1011101 |
Color Harmonies of #FCF4E0
Complementary color
Monochromatic Colors of #FCF4E0
Black with #FCF4E0
Text Example
Text Example
White with #FCF4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF4E0; }
p { color: rgb(252,244,224); }
H1.HeaderClassName
{
color: #FCF4E0;
}
.AnyTagClassName
{
color: #FCF4E0;
}
</style>
background-color css
<style>
a { background-color: #FCF4E0; }
a { background-color: rgb(252,244,224); }
div.DivClassName
{
background-color: #FCF4E0;
}
.BgClassName
{
background-color: #FCF4E0;
}
</style>
border-color css
<style>
span { border-color: #FCF4E0; }
span { border-color: rgb(252,244,224); }
td.TdClassName
{
border-color: #FCF4E0;
}
.TagClassName
{
border-color: #FCF4E0;
}
</style>