Shades of Early Dawn #FEF4DD
Tints of Early Dawn #FEF4DD
RGB
CMYK
RGB Variations
Color information
#FEF4DD (or 0xFEF4DD) is known color: Early Dawn. HEX triplet: FE, F4 and DD. RGB value is (254,244,221). Sum of RGB (Red+Green+Blue) = 254+244+221=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 244 (95.70% from 255 or 33.94% from 719); Blue value is 221 (86.72% from 255 or 30.74% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4DD is #010B22. Grayscale: #F4F4F4. Windows color (decimal): -68387 or 14546174. OLE color: 14546174.
HSL color Cylindrical-coordinate representation of color #FEF4DD: hue angle of 41.82º 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 #FEF4DD is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 221 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.00 |
| HSL | 41.82º | 0.94% | 0.93% | - |
| HSV(B) | 41.82º | 0.13% | 1% | - |
| XYZ | 86.27 | 90.99 | 81.42 | - |
| YUV | 244.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 221 | 0 | 0.04 | 0.13 | 0.00 | 41.82 | 0.94 | 0.93 |
| Hex | FE | F4 | DD | 0 | 4 | D | 0 | 2A | 5E | 5D |
| Octal | 376 | 364 | 335 | 0 | 4 | 15 | 0 | 52 | 136 | 135 |
| Binary | 11111110 | 11110100 | 11011101 | 0 | 100 | 1101 | 0 | 101010 | 1011110 | 1011101 |
Color Harmonies of #FEF4DD
Complementary color
Monochromatic Colors of #FEF4DD
Black with #FEF4DD
Text Example
Text Example
White with #FEF4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF4DD; }
p { color: rgb(254,244,221); }
H1.HeaderClassName
{
color: #FEF4DD;
}
.AnyTagClassName
{
color: #FEF4DD;
}
</style>
background-color css
<style>
a { background-color: #FEF4DD; }
a { background-color: rgb(254,244,221); }
div.DivClassName
{
background-color: #FEF4DD;
}
.BgClassName
{
background-color: #FEF4DD;
}
</style>
border-color css
<style>
span { border-color: #FEF4DD; }
span { border-color: rgb(254,244,221); }
td.TdClassName
{
border-color: #FEF4DD;
}
.TagClassName
{
border-color: #FEF4DD;
}
</style>