Shades of Early Dawn #FDF3DC
Tints of Early Dawn #FDF3DC
RGB
CMYK
RGB Variations
Color information
#FDF3DC (or 0xFDF3DC) is known color: Early Dawn. HEX triplet: FD, F3 and DC. RGB value is (253,243,220). Sum of RGB (Red+Green+Blue) = 253+243+220=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 243 (95.31% from 255 or 33.94% from 716); Blue value is 220 (86.33% from 255 or 30.73% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3DC is #020C23. Grayscale: #F3F3F3. Windows color (decimal): -134180 or 14480381. OLE color: 14480381.
HSL color Cylindrical-coordinate representation of color #FDF3DC: hue angle of 41.82º 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 #FDF3DC is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 220 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.01 |
| HSL | 41.82º | 0.89% | 0.93% | - |
| HSV(B) | 41.82º | 0.13% | 0.99% | - |
| XYZ | 85.48 | 90.15 | 80.61 | - |
| YUV | 243.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 220 | 0 | 0.04 | 0.13 | 0.01 | 41.82 | 0.89 | 0.93 |
| Hex | FD | F3 | DC | 0 | 4 | D | 1 | 2A | 59 | 5D |
| Octal | 375 | 363 | 334 | 0 | 4 | 15 | 1 | 52 | 131 | 135 |
| Binary | 11111101 | 11110011 | 11011100 | 0 | 100 | 1101 | 1 | 101010 | 1011001 | 1011101 |
Color Harmonies of #FDF3DC
Complementary color
Monochromatic Colors of #FDF3DC
Black with #FDF3DC
Text Example
Text Example
White with #FDF3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3DC; }
p { color: rgb(253,243,220); }
H1.HeaderClassName
{
color: #FDF3DC;
}
.AnyTagClassName
{
color: #FDF3DC;
}
</style>
background-color css
<style>
a { background-color: #FDF3DC; }
a { background-color: rgb(253,243,220); }
div.DivClassName
{
background-color: #FDF3DC;
}
.BgClassName
{
background-color: #FDF3DC;
}
</style>
border-color css
<style>
span { border-color: #FDF3DC; }
span { border-color: rgb(253,243,220); }
td.TdClassName
{
border-color: #FDF3DC;
}
.TagClassName
{
border-color: #FDF3DC;
}
</style>