Shades of Early Dawn #FCF3DB
Tints of Early Dawn #FCF3DB
RGB
CMYK
RGB Variations
Color information
#FCF3DB (or 0xFCF3DB) is known color: Early Dawn. HEX triplet: FC, F3 and DB. RGB value is (252,243,219). Sum of RGB (Red+Green+Blue) = 252+243+219=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 243 (95.31% from 255 or 34.03% from 714); Blue value is 219 (85.94% from 255 or 30.67% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3DB is #030C24. Grayscale: #F3F3F3. Windows color (decimal): -199717 or 14414844. OLE color: 14414844.
HSL color Cylindrical-coordinate representation of color #FCF3DB: hue angle of 43.64º 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 #FCF3DB is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 219 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.01 |
| HSL | 43.64º | 0.85% | 0.92% | - |
| HSV(B) | 43.64º | 0.13% | 0.99% | - |
| XYZ | 84.98 | 89.91 | 79.89 | - |
| YUV | 242.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 219 | 0 | 0.04 | 0.13 | 0.01 | 43.64 | 0.85 | 0.92 |
| Hex | FC | F3 | DB | 0 | 4 | D | 1 | 2C | 55 | 5C |
| Octal | 374 | 363 | 333 | 0 | 4 | 15 | 1 | 54 | 125 | 134 |
| Binary | 11111100 | 11110011 | 11011011 | 0 | 100 | 1101 | 1 | 101100 | 1010101 | 1011100 |
Color Harmonies of #FCF3DB
Complementary color
Monochromatic Colors of #FCF3DB
Black with #FCF3DB
Text Example
Text Example
White with #FCF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF3DB; }
p { color: rgb(252,243,219); }
H1.HeaderClassName
{
color: #FCF3DB;
}
.AnyTagClassName
{
color: #FCF3DB;
}
</style>
background-color css
<style>
a { background-color: #FCF3DB; }
a { background-color: rgb(252,243,219); }
div.DivClassName
{
background-color: #FCF3DB;
}
.BgClassName
{
background-color: #FCF3DB;
}
</style>
border-color css
<style>
span { border-color: #FCF3DB; }
span { border-color: rgb(252,243,219); }
td.TdClassName
{
border-color: #FCF3DB;
}
.TagClassName
{
border-color: #FCF3DB;
}
</style>