Shades of Serenade #FEE8D4
Tints of Serenade #FEE8D4
RGB
CMYK
RGB Variations
Color information
#FEE8D4 (or 0xFEE8D4) is known color: Serenade. HEX triplet: FE, E8 and D4. RGB value is (254,232,212). Sum of RGB (Red+Green+Blue) = 254+232+212=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 232 (91.02% from 255 or 33.24% from 698); Blue value is 212 (83.20% from 255 or 30.37% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8D4 is #01172B. Grayscale: #ECECEC. Windows color (decimal): -71468 or 13953278. OLE color: 13953278.
HSL color Cylindrical-coordinate representation of color #FEE8D4: hue angle of 28.57º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEE8D4 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 232 | 212 | - |
CMYK | 0 | 0.09 | 0.17 | 0.00 |
HSL | 28.57º | 0.95% | 0.91% | - |
HSV(B) | 28.57º | 0.17% | 1% | - |
XYZ | 81.61 | 83.54 | 74.11 | - |
YUV | 236.3 | 114.29 | 140.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 232 | 212 | 0 | 0.09 | 0.17 | 0.00 | 28.57 | 0.95 | 0.91 |
Hex | FE | E8 | D4 | 0 | 9 | 11 | 0 | 1D | 5F | 5B |
Octal | 376 | 350 | 324 | 0 | 11 | 21 | 0 | 35 | 137 | 133 |
Binary | 11111110 | 11101000 | 11010100 | 0 | 1001 | 10001 | 0 | 11101 | 1011111 | 1011011 |
Color Harmonies of #FEE8D4
Complementary color
Monochromatic Colors of #FEE8D4
Black with #FEE8D4
Text Example
Text Example
White with #FEE8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8D4; }
p { color: rgb(254,232,212); }
H1.HeaderClassName
{
color: #FEE8D4;
}
.AnyTagClassName
{
color: #FEE8D4;
}
</style>
background-color css
<style>
a { background-color: #FEE8D4; }
a { background-color: rgb(254,232,212); }
div.DivClassName
{
background-color: #FEE8D4;
}
.BgClassName
{
background-color: #FEE8D4;
}
</style>
border-color css
<style>
span { border-color: #FEE8D4; }
span { border-color: rgb(254,232,212); }
td.TdClassName
{
border-color: #FEE8D4;
}
.TagClassName
{
border-color: #FEE8D4;
}
</style>