Shades of Serenade #FEE2D0
Tints of Serenade #FEE2D0
RGB
CMYK
RGB Variations
Color information
#FEE2D0 (or 0xFEE2D0) is known color: Serenade. HEX triplet: FE, E2 and D0. RGB value is (254,226,208). Sum of RGB (Red+Green+Blue) = 254+226+208=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 208 (81.64% from 255 or 30.23% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2D0 is #011D2F. Grayscale: #E8E8E8. Windows color (decimal): -73008 or 13689598. OLE color: 13689598.
HSL color Cylindrical-coordinate representation of color #FEE2D0: hue angle of 23.48º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEE2D0 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 226 | 208 | - |
CMYK | 0 | 0.11 | 0.18 | 0.00 |
HSL | 23.48º | 0.96% | 0.91% | - |
HSV(B) | 23.48º | 0.18% | 1% | - |
XYZ | 79.45 | 80.02 | 70.93 | - |
YUV | 232.32 | 114.28 | 143.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 226 | 208 | 0 | 0.11 | 0.18 | 0.00 | 23.48 | 0.96 | 0.91 |
Hex | FE | E2 | D0 | 0 | B | 12 | 0 | 17 | 60 | 5B |
Octal | 376 | 342 | 320 | 0 | 13 | 22 | 0 | 27 | 140 | 133 |
Binary | 11111110 | 11100010 | 11010000 | 0 | 1011 | 10010 | 0 | 10111 | 1100000 | 1011011 |
Color Harmonies of #FEE2D0
Complementary color
Monochromatic Colors of #FEE2D0
Black with #FEE2D0
Text Example
Text Example
White with #FEE2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2D0; }
p { color: rgb(254,226,208); }
H1.HeaderClassName
{
color: #FEE2D0;
}
.AnyTagClassName
{
color: #FEE2D0;
}
</style>
background-color css
<style>
a { background-color: #FEE2D0; }
a { background-color: rgb(254,226,208); }
div.DivClassName
{
background-color: #FEE2D0;
}
.BgClassName
{
background-color: #FEE2D0;
}
</style>
border-color css
<style>
span { border-color: #FEE2D0; }
span { border-color: rgb(254,226,208); }
td.TdClassName
{
border-color: #FEE2D0;
}
.TagClassName
{
border-color: #FEE2D0;
}
</style>