Shades of Early Dawn #FEF3D8
Tints of Early Dawn #FEF3D8
RGB
CMYK
RGB Variations
Color information
#FEF3D8 (or 0xFEF3D8) is known color: Early Dawn. HEX triplet: FE, F3 and D8. RGB value is (254,243,216). Sum of RGB (Red+Green+Blue) = 254+243+216=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 216 (84.77% from 255 or 30.29% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3D8 is #010C27. Grayscale: #F3F3F3. Windows color (decimal): -68648 or 14218238. OLE color: 14218238.
HSL color Cylindrical-coordinate representation of color #FEF3D8: hue angle of 42.63º 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 #FEF3D8 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 216 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.00 |
| HSL | 42.63º | 0.95% | 0.92% | - |
| HSV(B) | 42.63º | 0.15% | 1% | - |
| XYZ | 85.32 | 90.13 | 77.87 | - |
| YUV | 243.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 216 | 0 | 0.04 | 0.15 | 0.00 | 42.63 | 0.95 | 0.92 |
| Hex | FE | F3 | D8 | 0 | 4 | F | 0 | 2B | 5F | 5C |
| Octal | 376 | 363 | 330 | 0 | 4 | 17 | 0 | 53 | 137 | 134 |
| Binary | 11111110 | 11110011 | 11011000 | 0 | 100 | 1111 | 0 | 101011 | 1011111 | 1011100 |
Color Harmonies of #FEF3D8
Complementary color
Monochromatic Colors of #FEF3D8
Black with #FEF3D8
Text Example
Text Example
White with #FEF3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3D8; }
p { color: rgb(254,243,216); }
H1.HeaderClassName
{
color: #FEF3D8;
}
.AnyTagClassName
{
color: #FEF3D8;
}
</style>
background-color css
<style>
a { background-color: #FEF3D8; }
a { background-color: rgb(254,243,216); }
div.DivClassName
{
background-color: #FEF3D8;
}
.BgClassName
{
background-color: #FEF3D8;
}
</style>
border-color css
<style>
span { border-color: #FEF3D8; }
span { border-color: rgb(254,243,216); }
td.TdClassName
{
border-color: #FEF3D8;
}
.TagClassName
{
border-color: #FEF3D8;
}
</style>