Shades of Early Dawn #FEF3DD
Tints of Early Dawn #FEF3DD
RGB
CMYK
RGB Variations
Color information
#FEF3DD (or 0xFEF3DD) is known color: Early Dawn. HEX triplet: FE, F3 and DD. RGB value is (254,243,221). Sum of RGB (Red+Green+Blue) = 254+243+221=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 243 (95.31% from 255 or 33.84% from 718); Blue value is 221 (86.72% from 255 or 30.78% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3DD is #010C22. Grayscale: #F3F3F3. Windows color (decimal): -68643 or 14545918. OLE color: 14545918.
HSL color Cylindrical-coordinate representation of color #FEF3DD: hue angle of 40º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEF3DD is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 221 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.00 |
| HSL | 40º | 0.94% | 0.93% | - |
| HSV(B) | 40º | 0.13% | 1% | - |
| XYZ | 85.97 | 90.39 | 81.32 | - |
| YUV | 243.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 221 | 0 | 0.04 | 0.13 | 0.00 | 40 | 0.94 | 0.93 |
| Hex | FE | F3 | DD | 0 | 4 | D | 0 | 28 | 5E | 5D |
| Octal | 376 | 363 | 335 | 0 | 4 | 15 | 0 | 50 | 136 | 135 |
| Binary | 11111110 | 11110011 | 11011101 | 0 | 100 | 1101 | 0 | 101000 | 1011110 | 1011101 |
Color Harmonies of #FEF3DD
Complementary color
Monochromatic Colors of #FEF3DD
Black with #FEF3DD
Text Example
Text Example
White with #FEF3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3DD; }
p { color: rgb(254,243,221); }
H1.HeaderClassName
{
color: #FEF3DD;
}
.AnyTagClassName
{
color: #FEF3DD;
}
</style>
background-color css
<style>
a { background-color: #FEF3DD; }
a { background-color: rgb(254,243,221); }
div.DivClassName
{
background-color: #FEF3DD;
}
.BgClassName
{
background-color: #FEF3DD;
}
</style>
border-color css
<style>
span { border-color: #FEF3DD; }
span { border-color: rgb(254,243,221); }
td.TdClassName
{
border-color: #FEF3DD;
}
.TagClassName
{
border-color: #FEF3DD;
}
</style>