Shades of Early Dawn #FEF5DB
Tints of Early Dawn #FEF5DB
RGB
CMYK
RGB Variations
Color information
#FEF5DB (or 0xFEF5DB) is known color: Early Dawn. HEX triplet: FE, F5 and DB. RGB value is (254,245,219). Sum of RGB (Red+Green+Blue) = 254+245+219=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 219 (85.94% from 255 or 30.50% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5DB is #010A24. Grayscale: #F4F4F4. Windows color (decimal): -68133 or 14415358. OLE color: 14415358.
HSL color Cylindrical-coordinate representation of color #FEF5DB: hue angle of 44.57º 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 #FEF5DB is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 219 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.00 |
| HSL | 44.57º | 0.95% | 0.93% | - |
| HSV(B) | 44.57º | 0.14% | 1% | - |
| XYZ | 86.31 | 91.49 | 80.13 | - |
| YUV | 244.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 219 | 0 | 0.04 | 0.14 | 0.00 | 44.57 | 0.95 | 0.93 |
| Hex | FE | F5 | DB | 0 | 4 | E | 0 | 2D | 5F | 5D |
| Octal | 376 | 365 | 333 | 0 | 4 | 16 | 0 | 55 | 137 | 135 |
| Binary | 11111110 | 11110101 | 11011011 | 0 | 100 | 1110 | 0 | 101101 | 1011111 | 1011101 |
Color Harmonies of #FEF5DB
Complementary color
Monochromatic Colors of #FEF5DB
Black with #FEF5DB
Text Example
Text Example
White with #FEF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5DB; }
p { color: rgb(254,245,219); }
H1.HeaderClassName
{
color: #FEF5DB;
}
.AnyTagClassName
{
color: #FEF5DB;
}
</style>
background-color css
<style>
a { background-color: #FEF5DB; }
a { background-color: rgb(254,245,219); }
div.DivClassName
{
background-color: #FEF5DB;
}
.BgClassName
{
background-color: #FEF5DB;
}
</style>
border-color css
<style>
span { border-color: #FEF5DB; }
span { border-color: rgb(254,245,219); }
td.TdClassName
{
border-color: #FEF5DB;
}
.TagClassName
{
border-color: #FEF5DB;
}
</style>