Shades of Early Dawn #FFF3DA
Tints of Early Dawn #FFF3DA
RGB
CMYK
RGB Variations
Color information
#FFF3DA (or 0xFFF3DA) is known color: Early Dawn. HEX triplet: FF, F3 and DA. RGB value is (255,243,218). Sum of RGB (Red+Green+Blue) = 255+243+218=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 243 (95.31% from 255 or 33.94% from 716); Blue value is 218 (85.55% from 255 or 30.45% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3DA is #000C25. Grayscale: #F3F3F3. Windows color (decimal): -3110 or 14349311. OLE color: 14349311.
HSL color Cylindrical-coordinate representation of color #FFF3DA: hue angle of 40.54º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFF3DA is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 218 | - |
| CMYK | 0 | 0.05 | 0.15 | 0 |
| HSL | 40.54º | 1% | 0.93% | - |
| HSV(B) | 40.54º | 0.15% | 1% | - |
| XYZ | 85.95 | 90.42 | 79.25 | - |
| YUV | 243.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 218 | 0 | 0.05 | 0.15 | 0 | 40.54 | 1 | 0.93 |
| Hex | FF | F3 | DA | 0 | 5 | F | 0 | 29 | 64 | 5D |
| Octal | 377 | 363 | 332 | 0 | 5 | 17 | 0 | 51 | 144 | 135 |
| Binary | 11111111 | 11110011 | 11011010 | 0 | 101 | 1111 | 0 | 101001 | 1100100 | 1011101 |
Color Harmonies of #FFF3DA
Complementary color
Monochromatic Colors of #FFF3DA
Black with #FFF3DA
Text Example
Text Example
White with #FFF3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3DA; }
p { color: rgb(255,243,218); }
H1.HeaderClassName
{
color: #FFF3DA;
}
.AnyTagClassName
{
color: #FFF3DA;
}
</style>
background-color css
<style>
a { background-color: #FFF3DA; }
a { background-color: rgb(255,243,218); }
div.DivClassName
{
background-color: #FFF3DA;
}
.BgClassName
{
background-color: #FFF3DA;
}
</style>
border-color css
<style>
span { border-color: #FFF3DA; }
span { border-color: rgb(255,243,218); }
td.TdClassName
{
border-color: #FFF3DA;
}
.TagClassName
{
border-color: #FFF3DA;
}
</style>