Shades of Serenade #FEE6D0
Tints of Serenade #FEE6D0
RGB
CMYK
RGB Variations
Color information
#FEE6D0 (or 0xFEE6D0) is known color: Serenade. HEX triplet: FE, E6 and D0. RGB value is (254,230,208). Sum of RGB (Red+Green+Blue) = 254+230+208=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 230 (90.23% from 255 or 33.24% from 692); Blue value is 208 (81.64% from 255 or 30.06% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6D0 is #01192F. Grayscale: #EAEAEA. Windows color (decimal): -71984 or 13690622. OLE color: 13690622.
HSL color Cylindrical-coordinate representation of color #FEE6D0: hue angle of 28.7º 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 #FEE6D0 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 230 | 208 | - |
CMYK | 0 | 0.09 | 0.18 | 0.00 |
HSL | 28.7º | 0.96% | 0.91% | - |
HSV(B) | 28.7º | 0.18% | 1% | - |
XYZ | 80.56 | 82.22 | 71.3 | - |
YUV | 234.67 | 112.95 | 141.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 230 | 208 | 0 | 0.09 | 0.18 | 0.00 | 28.7 | 0.96 | 0.91 |
Hex | FE | E6 | D0 | 0 | 9 | 12 | 0 | 1D | 60 | 5B |
Octal | 376 | 346 | 320 | 0 | 11 | 22 | 0 | 35 | 140 | 133 |
Binary | 11111110 | 11100110 | 11010000 | 0 | 1001 | 10010 | 0 | 11101 | 1100000 | 1011011 |
Color Harmonies of #FEE6D0
Complementary color
Monochromatic Colors of #FEE6D0
Black with #FEE6D0
Text Example
Text Example
White with #FEE6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6D0; }
p { color: rgb(254,230,208); }
H1.HeaderClassName
{
color: #FEE6D0;
}
.AnyTagClassName
{
color: #FEE6D0;
}
</style>
background-color css
<style>
a { background-color: #FEE6D0; }
a { background-color: rgb(254,230,208); }
div.DivClassName
{
background-color: #FEE6D0;
}
.BgClassName
{
background-color: #FEE6D0;
}
</style>
border-color css
<style>
span { border-color: #FEE6D0; }
span { border-color: rgb(254,230,208); }
td.TdClassName
{
border-color: #FEE6D0;
}
.TagClassName
{
border-color: #FEE6D0;
}
</style>