Shades of Serenade #FEE7D2
Tints of Serenade #FEE7D2
RGB
CMYK
RGB Variations
Color information
#FEE7D2 (or 0xFEE7D2) is known color: Serenade. HEX triplet: FE, E7 and D2. RGB value is (254,231,210). Sum of RGB (Red+Green+Blue) = 254+231+210=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 231 (90.62% from 255 or 33.24% from 695); Blue value is 210 (82.42% from 255 or 30.22% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7D2 is #01182D. Grayscale: #EBEBEB. Windows color (decimal): -71726 or 13821950. OLE color: 13821950.
HSL color Cylindrical-coordinate representation of color #FEE7D2: hue angle of 28.64º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEE7D2 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 210 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.00 |
| HSL | 28.64º | 0.96% | 0.91% | - |
| HSV(B) | 28.64º | 0.17% | 1% | - |
| XYZ | 81.08 | 82.88 | 72.7 | - |
| YUV | 235.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 210 | 0 | 0.09 | 0.17 | 0.00 | 28.64 | 0.96 | 0.91 |
| Hex | FE | E7 | D2 | 0 | 9 | 11 | 0 | 1D | 60 | 5B |
| Octal | 376 | 347 | 322 | 0 | 11 | 21 | 0 | 35 | 140 | 133 |
| Binary | 11111110 | 11100111 | 11010010 | 0 | 1001 | 10001 | 0 | 11101 | 1100000 | 1011011 |
Color Harmonies of #FEE7D2
Complementary color
Monochromatic Colors of #FEE7D2
Black with #FEE7D2
Text Example
Text Example
White with #FEE7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7D2; }
p { color: rgb(254,231,210); }
H1.HeaderClassName
{
color: #FEE7D2;
}
.AnyTagClassName
{
color: #FEE7D2;
}
</style>
background-color css
<style>
a { background-color: #FEE7D2; }
a { background-color: rgb(254,231,210); }
div.DivClassName
{
background-color: #FEE7D2;
}
.BgClassName
{
background-color: #FEE7D2;
}
</style>
border-color css
<style>
span { border-color: #FEE7D2; }
span { border-color: rgb(254,231,210); }
td.TdClassName
{
border-color: #FEE7D2;
}
.TagClassName
{
border-color: #FEE7D2;
}
</style>