Shades of Serenade #FEE8D0
Tints of Serenade #FEE8D0
RGB
CMYK
RGB Variations
Color information
#FEE8D0 (or 0xFEE8D0) is known color: Serenade. HEX triplet: FE, E8 and D0. RGB value is (254,232,208). Sum of RGB (Red+Green+Blue) = 254+232+208=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 232 (91.02% from 255 or 33.43% from 694); Blue value is 208 (81.64% from 255 or 29.97% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8D0 is #01172F. Grayscale: #EBEBEB. Windows color (decimal): -71472 or 13691134. OLE color: 13691134.
HSL color Cylindrical-coordinate representation of color #FEE8D0: hue angle of 31.3º 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 #FEE8D0 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 232 | 208 | - |
CMYK | 0 | 0.09 | 0.18 | 0.00 |
HSL | 31.3º | 0.96% | 0.91% | - |
HSV(B) | 31.3º | 0.18% | 1% | - |
XYZ | 81.11 | 83.34 | 71.49 | - |
YUV | 235.84 | 112.29 | 140.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 232 | 208 | 0 | 0.09 | 0.18 | 0.00 | 31.3 | 0.96 | 0.91 |
Hex | FE | E8 | D0 | 0 | 9 | 12 | 0 | 1F | 60 | 5B |
Octal | 376 | 350 | 320 | 0 | 11 | 22 | 0 | 37 | 140 | 133 |
Binary | 11111110 | 11101000 | 11010000 | 0 | 1001 | 10010 | 0 | 11111 | 1100000 | 1011011 |
Color Harmonies of #FEE8D0
Complementary color
Monochromatic Colors of #FEE8D0
Black with #FEE8D0
Text Example
Text Example
White with #FEE8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8D0; }
p { color: rgb(254,232,208); }
H1.HeaderClassName
{
color: #FEE8D0;
}
.AnyTagClassName
{
color: #FEE8D0;
}
</style>
background-color css
<style>
a { background-color: #FEE8D0; }
a { background-color: rgb(254,232,208); }
div.DivClassName
{
background-color: #FEE8D0;
}
.BgClassName
{
background-color: #FEE8D0;
}
</style>
border-color css
<style>
span { border-color: #FEE8D0; }
span { border-color: rgb(254,232,208); }
td.TdClassName
{
border-color: #FEE8D0;
}
.TagClassName
{
border-color: #FEE8D0;
}
</style>