Shades of Early Dawn #FDF4DF
Tints of Early Dawn #FDF4DF
RGB
CMYK
RGB Variations
Color information
#FDF4DF (or 0xFDF4DF) is known color: Early Dawn. HEX triplet: FD, F4 and DF. RGB value is (253,244,223). Sum of RGB (Red+Green+Blue) = 253+244+223=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 244 (95.70% from 255 or 33.89% from 720); Blue value is 223 (87.5% from 255 or 30.97% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4DF is #020B20. Grayscale: #F4F4F4. Windows color (decimal): -133921 or 14677245. OLE color: 14677245.
HSL color Cylindrical-coordinate representation of color #FDF4DF: hue angle of 42º degrees, saturation: 0.88, 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 #FDF4DF is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 244 | 223 | - |
CMYK | 0 | 0.04 | 0.12 | 0.01 |
HSL | 42º | 0.88% | 0.93% | - |
HSV(B) | 42º | 0.12% | 0.99% | - |
XYZ | 86.18 | 90.91 | 82.82 | - |
YUV | 244.3 | 115.98 | 134.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 244 | 223 | 0 | 0.04 | 0.12 | 0.01 | 42 | 0.88 | 0.93 |
Hex | FD | F4 | DF | 0 | 4 | C | 1 | 2A | 58 | 5D |
Octal | 375 | 364 | 337 | 0 | 4 | 14 | 1 | 52 | 130 | 135 |
Binary | 11111101 | 11110100 | 11011111 | 0 | 100 | 1100 | 1 | 101010 | 1011000 | 1011101 |
Color Harmonies of #FDF4DF
Complementary color
Monochromatic Colors of #FDF4DF
Black with #FDF4DF
Text Example
Text Example
White with #FDF4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4DF; }
p { color: rgb(253,244,223); }
H1.HeaderClassName
{
color: #FDF4DF;
}
.AnyTagClassName
{
color: #FDF4DF;
}
</style>
background-color css
<style>
a { background-color: #FDF4DF; }
a { background-color: rgb(253,244,223); }
div.DivClassName
{
background-color: #FDF4DF;
}
.BgClassName
{
background-color: #FDF4DF;
}
</style>
border-color css
<style>
span { border-color: #FDF4DF; }
span { border-color: rgb(253,244,223); }
td.TdClassName
{
border-color: #FDF4DF;
}
.TagClassName
{
border-color: #FDF4DF;
}
</style>