Shades of Early Dawn #FCF1DA
Tints of Early Dawn #FCF1DA
RGB
CMYK
RGB Variations
Color information
#FCF1DA (or 0xFCF1DA) is known color: Early Dawn. HEX triplet: FC, F1 and DA. RGB value is (252,241,218). Sum of RGB (Red+Green+Blue) = 252+241+218=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 218 (85.55% from 255 or 30.66% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1DA is #030E25. Grayscale: #F1F1F1. Windows color (decimal): -200230 or 14348796. OLE color: 14348796.
HSL color Cylindrical-coordinate representation of color #FCF1DA: hue angle of 40.59º 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 #FCF1DA is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 218 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.01 |
| HSL | 40.59º | 0.85% | 0.92% | - |
| HSV(B) | 40.59º | 0.13% | 0.99% | - |
| XYZ | 84.26 | 88.67 | 79 | - |
| YUV | 241.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 218 | 0 | 0.04 | 0.13 | 0.01 | 40.59 | 0.85 | 0.92 |
| Hex | FC | F1 | DA | 0 | 4 | D | 1 | 29 | 55 | 5C |
| Octal | 374 | 361 | 332 | 0 | 4 | 15 | 1 | 51 | 125 | 134 |
| Binary | 11111100 | 11110001 | 11011010 | 0 | 100 | 1101 | 1 | 101001 | 1010101 | 1011100 |
Color Harmonies of #FCF1DA
Complementary color
Monochromatic Colors of #FCF1DA
Black with #FCF1DA
Text Example
Text Example
White with #FCF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF1DA; }
p { color: rgb(252,241,218); }
H1.HeaderClassName
{
color: #FCF1DA;
}
.AnyTagClassName
{
color: #FCF1DA;
}
</style>
background-color css
<style>
a { background-color: #FCF1DA; }
a { background-color: rgb(252,241,218); }
div.DivClassName
{
background-color: #FCF1DA;
}
.BgClassName
{
background-color: #FCF1DA;
}
</style>
border-color css
<style>
span { border-color: #FCF1DA; }
span { border-color: rgb(252,241,218); }
td.TdClassName
{
border-color: #FCF1DA;
}
.TagClassName
{
border-color: #FCF1DA;
}
</style>