Shades of Early Dawn #FCF3DF
Tints of Early Dawn #FCF3DF
RGB
CMYK
RGB Variations
Color information
#FCF3DF (or 0xFCF3DF) is known color: Early Dawn. HEX triplet: FC, F3 and DF. RGB value is (252,243,223). Sum of RGB (Red+Green+Blue) = 252+243+223=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 243 (95.31% from 255 or 33.84% from 718); Blue value is 223 (87.5% from 255 or 31.06% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3DF is #030C20. Grayscale: #F3F3F3. Windows color (decimal): -199713 or 14676988. OLE color: 14676988.
HSL color Cylindrical-coordinate representation of color #FCF3DF: hue angle of 41.38º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCF3DF is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 243 | 223 | - |
CMYK | 0 | 0.04 | 0.12 | 0.01 |
HSL | 41.38º | 0.83% | 0.93% | - |
HSV(B) | 41.38º | 0.12% | 0.99% | - |
XYZ | 85.51 | 90.12 | 82.7 | - |
YUV | 243.41 | 116.48 | 134.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 243 | 223 | 0 | 0.04 | 0.12 | 0.01 | 41.38 | 0.83 | 0.93 |
Hex | FC | F3 | DF | 0 | 4 | C | 1 | 29 | 53 | 5D |
Octal | 374 | 363 | 337 | 0 | 4 | 14 | 1 | 51 | 123 | 135 |
Binary | 11111100 | 11110011 | 11011111 | 0 | 100 | 1100 | 1 | 101001 | 1010011 | 1011101 |
Color Harmonies of #FCF3DF
Complementary color
Monochromatic Colors of #FCF3DF
Black with #FCF3DF
Text Example
Text Example
White with #FCF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF3DF; }
p { color: rgb(252,243,223); }
H1.HeaderClassName
{
color: #FCF3DF;
}
.AnyTagClassName
{
color: #FCF3DF;
}
</style>
background-color css
<style>
a { background-color: #FCF3DF; }
a { background-color: rgb(252,243,223); }
div.DivClassName
{
background-color: #FCF3DF;
}
.BgClassName
{
background-color: #FCF3DF;
}
</style>
border-color css
<style>
span { border-color: #FCF3DF; }
span { border-color: rgb(252,243,223); }
td.TdClassName
{
border-color: #FCF3DF;
}
.TagClassName
{
border-color: #FCF3DF;
}
</style>