Shades of Early Dawn #FEF3DB
Tints of Early Dawn #FEF3DB
RGB
CMYK
RGB Variations
Color information
#FEF3DB (or 0xFEF3DB) is known color: Early Dawn. HEX triplet: FE, F3 and DB. RGB value is (254,243,219). Sum of RGB (Red+Green+Blue) = 254+243+219=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 243 (95.31% from 255 or 33.94% from 716); Blue value is 219 (85.94% from 255 or 30.59% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3DB is #010C24. Grayscale: #F3F3F3. Windows color (decimal): -68645 or 14414846. OLE color: 14414846.
HSL color Cylindrical-coordinate representation of color #FEF3DB: hue angle of 41.14º 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 #FEF3DB is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 219 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.00 |
| HSL | 41.14º | 0.95% | 0.93% | - |
| HSV(B) | 41.14º | 0.14% | 1% | - |
| XYZ | 85.71 | 90.29 | 79.93 | - |
| YUV | 243.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 219 | 0 | 0.04 | 0.14 | 0.00 | 41.14 | 0.95 | 0.93 |
| Hex | FE | F3 | DB | 0 | 4 | E | 0 | 29 | 5F | 5D |
| Octal | 376 | 363 | 333 | 0 | 4 | 16 | 0 | 51 | 137 | 135 |
| Binary | 11111110 | 11110011 | 11011011 | 0 | 100 | 1110 | 0 | 101001 | 1011111 | 1011101 |
Color Harmonies of #FEF3DB
Complementary color
Monochromatic Colors of #FEF3DB
Black with #FEF3DB
Text Example
Text Example
White with #FEF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3DB; }
p { color: rgb(254,243,219); }
H1.HeaderClassName
{
color: #FEF3DB;
}
.AnyTagClassName
{
color: #FEF3DB;
}
</style>
background-color css
<style>
a { background-color: #FEF3DB; }
a { background-color: rgb(254,243,219); }
div.DivClassName
{
background-color: #FEF3DB;
}
.BgClassName
{
background-color: #FEF3DB;
}
</style>
border-color css
<style>
span { border-color: #FEF3DB; }
span { border-color: rgb(254,243,219); }
td.TdClassName
{
border-color: #FEF3DB;
}
.TagClassName
{
border-color: #FEF3DB;
}
</style>