Shades of Early Dawn #FDF4DC
Tints of Early Dawn #FDF4DC
RGB
CMYK
RGB Variations
Color information
#FDF4DC (or 0xFDF4DC) is known color: Early Dawn. HEX triplet: FD, F4 and DC. RGB value is (253,244,220). Sum of RGB (Red+Green+Blue) = 253+244+220=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 244 (95.70% from 255 or 34.03% from 717); Blue value is 220 (86.33% from 255 or 30.68% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4DC is #020B23. Grayscale: #F4F4F4. Windows color (decimal): -133924 or 14480637. OLE color: 14480637.
HSL color Cylindrical-coordinate representation of color #FDF4DC: hue angle of 43.64º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDF4DC is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 244 | 220 | - |
CMYK | 0 | 0.04 | 0.13 | 0.01 |
HSL | 43.64º | 0.89% | 0.93% | - |
HSV(B) | 43.64º | 0.13% | 0.99% | - |
XYZ | 85.78 | 90.75 | 80.71 | - |
YUV | 243.96 | 114.48 | 134.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 244 | 220 | 0 | 0.04 | 0.13 | 0.01 | 43.64 | 0.89 | 0.93 |
Hex | FD | F4 | DC | 0 | 4 | D | 1 | 2C | 59 | 5D |
Octal | 375 | 364 | 334 | 0 | 4 | 15 | 1 | 54 | 131 | 135 |
Binary | 11111101 | 11110100 | 11011100 | 0 | 100 | 1101 | 1 | 101100 | 1011001 | 1011101 |
Color Harmonies of #FDF4DC
Complementary color
Monochromatic Colors of #FDF4DC
Black with #FDF4DC
Text Example
Text Example
White with #FDF4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4DC; }
p { color: rgb(253,244,220); }
H1.HeaderClassName
{
color: #FDF4DC;
}
.AnyTagClassName
{
color: #FDF4DC;
}
</style>
background-color css
<style>
a { background-color: #FDF4DC; }
a { background-color: rgb(253,244,220); }
div.DivClassName
{
background-color: #FDF4DC;
}
.BgClassName
{
background-color: #FDF4DC;
}
</style>
border-color css
<style>
span { border-color: #FDF4DC; }
span { border-color: rgb(253,244,220); }
td.TdClassName
{
border-color: #FDF4DC;
}
.TagClassName
{
border-color: #FDF4DC;
}
</style>