Shades of Early Dawn #FFF3DC
Tints of Early Dawn #FFF3DC
RGB
CMYK
RGB Variations
Color information
#FFF3DC (or 0xFFF3DC) is known color: Early Dawn. HEX triplet: FF, F3 and DC. RGB value is (255,243,220). Sum of RGB (Red+Green+Blue) = 255+243+220=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 243 (95.31% from 255 or 33.84% from 718); Blue value is 220 (86.33% from 255 or 30.64% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3DC is #000C23. Grayscale: #F4F4F4. Windows color (decimal): -3108 or 14480383. OLE color: 14480383.
HSL color Cylindrical-coordinate representation of color #FFF3DC: hue angle of 39.43º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFF3DC is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 220 | - |
| CMYK | 0 | 0.05 | 0.14 | 0 |
| HSL | 39.43º | 1% | 0.93% | - |
| HSV(B) | 39.43º | 0.14% | 1% | - |
| XYZ | 86.21 | 90.53 | 80.64 | - |
| YUV | 243.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 220 | 0 | 0.05 | 0.14 | 0 | 39.43 | 1 | 0.93 |
| Hex | FF | F3 | DC | 0 | 5 | E | 0 | 27 | 64 | 5D |
| Octal | 377 | 363 | 334 | 0 | 5 | 16 | 0 | 47 | 144 | 135 |
| Binary | 11111111 | 11110011 | 11011100 | 0 | 101 | 1110 | 0 | 100111 | 1100100 | 1011101 |
Color Harmonies of #FFF3DC
Complementary color
Monochromatic Colors of #FFF3DC
Black with #FFF3DC
Text Example
Text Example
White with #FFF3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3DC; }
p { color: rgb(255,243,220); }
H1.HeaderClassName
{
color: #FFF3DC;
}
.AnyTagClassName
{
color: #FFF3DC;
}
</style>
background-color css
<style>
a { background-color: #FFF3DC; }
a { background-color: rgb(255,243,220); }
div.DivClassName
{
background-color: #FFF3DC;
}
.BgClassName
{
background-color: #FFF3DC;
}
</style>
border-color css
<style>
span { border-color: #FFF3DC; }
span { border-color: rgb(255,243,220); }
td.TdClassName
{
border-color: #FFF3DC;
}
.TagClassName
{
border-color: #FFF3DC;
}
</style>