Shades of Early Dawn #FEF2D9
Tints of Early Dawn #FEF2D9
RGB
CMYK
RGB Variations
Color information
#FEF2D9 (or 0xFEF2D9) is known color: Early Dawn. HEX triplet: FE, F2 and D9. RGB value is (254,242,217). Sum of RGB (Red+Green+Blue) = 254+242+217=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 217 (85.16% from 255 or 30.43% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2D9 is #010D26. Grayscale: #F2F2F2. Windows color (decimal): -68903 or 14283518. OLE color: 14283518.
HSL color Cylindrical-coordinate representation of color #FEF2D9: hue angle of 40.54º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEF2D9 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 217 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.00 |
| HSL | 40.54º | 0.95% | 0.92% | - |
| HSV(B) | 40.54º | 0.15% | 1% | - |
| XYZ | 85.15 | 89.58 | 78.45 | - |
| YUV | 242.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 217 | 0 | 0.05 | 0.15 | 0.00 | 40.54 | 0.95 | 0.92 |
| Hex | FE | F2 | D9 | 0 | 5 | F | 0 | 29 | 5F | 5C |
| Octal | 376 | 362 | 331 | 0 | 5 | 17 | 0 | 51 | 137 | 134 |
| Binary | 11111110 | 11110010 | 11011001 | 0 | 101 | 1111 | 0 | 101001 | 1011111 | 1011100 |
Color Harmonies of #FEF2D9
Complementary color
Monochromatic Colors of #FEF2D9
Black with #FEF2D9
Text Example
Text Example
White with #FEF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2D9; }
p { color: rgb(254,242,217); }
H1.HeaderClassName
{
color: #FEF2D9;
}
.AnyTagClassName
{
color: #FEF2D9;
}
</style>
background-color css
<style>
a { background-color: #FEF2D9; }
a { background-color: rgb(254,242,217); }
div.DivClassName
{
background-color: #FEF2D9;
}
.BgClassName
{
background-color: #FEF2D9;
}
</style>
border-color css
<style>
span { border-color: #FEF2D9; }
span { border-color: rgb(254,242,217); }
td.TdClassName
{
border-color: #FEF2D9;
}
.TagClassName
{
border-color: #FEF2D9;
}
</style>