Shades of Serenade #FEE6D5
Tints of Serenade #FEE6D5
RGB
CMYK
RGB Variations
Color information
#FEE6D5 (or 0xFEE6D5) is known color: Serenade. HEX triplet: FE, E6 and D5. RGB value is (254,230,213). Sum of RGB (Red+Green+Blue) = 254+230+213=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 230 (90.23% from 255 or 33.00% from 697); Blue value is 213 (83.59% from 255 or 30.56% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6D5 is #01192A. Grayscale: #EBEBEB. Windows color (decimal): -71979 or 14018302. OLE color: 14018302.
HSL color Cylindrical-coordinate representation of color #FEE6D5: hue angle of 24.88º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FEE6D5 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 213 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.00 |
| HSL | 24.88º | 0.95% | 0.92% | - |
| HSV(B) | 24.88º | 0.16% | 1% | - |
| XYZ | 81.18 | 82.47 | 74.59 | - |
| YUV | 235.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 213 | 0 | 0.09 | 0.16 | 0.00 | 24.88 | 0.95 | 0.92 |
| Hex | FE | E6 | D5 | 0 | 9 | 10 | 0 | 19 | 5F | 5C |
| Octal | 376 | 346 | 325 | 0 | 11 | 20 | 0 | 31 | 137 | 134 |
| Binary | 11111110 | 11100110 | 11010101 | 0 | 1001 | 10000 | 0 | 11001 | 1011111 | 1011100 |
Color Harmonies of #FEE6D5
Complementary color
Monochromatic Colors of #FEE6D5
Black with #FEE6D5
Text Example
Text Example
White with #FEE6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6D5; }
p { color: rgb(254,230,213); }
H1.HeaderClassName
{
color: #FEE6D5;
}
.AnyTagClassName
{
color: #FEE6D5;
}
</style>
background-color css
<style>
a { background-color: #FEE6D5; }
a { background-color: rgb(254,230,213); }
div.DivClassName
{
background-color: #FEE6D5;
}
.BgClassName
{
background-color: #FEE6D5;
}
</style>
border-color css
<style>
span { border-color: #FEE6D5; }
span { border-color: rgb(254,230,213); }
td.TdClassName
{
border-color: #FEE6D5;
}
.TagClassName
{
border-color: #FEE6D5;
}
</style>