Shades of Early Dawn #FEF4DB
Tints of Early Dawn #FEF4DB
RGB
CMYK
RGB Variations
Color information
#FEF4DB (or 0xFEF4DB) is known color: Early Dawn. HEX triplet: FE, F4 and DB. RGB value is (254,244,219). Sum of RGB (Red+Green+Blue) = 254+244+219=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 244 (95.70% from 255 or 34.03% from 717); Blue value is 219 (85.94% from 255 or 30.54% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4DB is #010B24. Grayscale: #F4F4F4. Windows color (decimal): -68389 or 14415102. OLE color: 14415102.
HSL color Cylindrical-coordinate representation of color #FEF4DB: hue angle of 42.86º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEF4DB is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 219 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.00 |
| HSL | 42.86º | 0.95% | 0.93% | - |
| HSV(B) | 42.86º | 0.14% | 1% | - |
| XYZ | 86.01 | 90.89 | 80.03 | - |
| YUV | 244.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 219 | 0 | 0.04 | 0.14 | 0.00 | 42.86 | 0.95 | 0.93 |
| Hex | FE | F4 | DB | 0 | 4 | E | 0 | 2B | 5F | 5D |
| Octal | 376 | 364 | 333 | 0 | 4 | 16 | 0 | 53 | 137 | 135 |
| Binary | 11111110 | 11110100 | 11011011 | 0 | 100 | 1110 | 0 | 101011 | 1011111 | 1011101 |
Color Harmonies of #FEF4DB
Complementary color
Monochromatic Colors of #FEF4DB
Black with #FEF4DB
Text Example
Text Example
White with #FEF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF4DB; }
p { color: rgb(254,244,219); }
H1.HeaderClassName
{
color: #FEF4DB;
}
.AnyTagClassName
{
color: #FEF4DB;
}
</style>
background-color css
<style>
a { background-color: #FEF4DB; }
a { background-color: rgb(254,244,219); }
div.DivClassName
{
background-color: #FEF4DB;
}
.BgClassName
{
background-color: #FEF4DB;
}
</style>
border-color css
<style>
span { border-color: #FEF4DB; }
span { border-color: rgb(254,244,219); }
td.TdClassName
{
border-color: #FEF4DB;
}
.TagClassName
{
border-color: #FEF4DB;
}
</style>