Shades of Serenade #FEE6D6
Tints of Serenade #FEE6D6
RGB
CMYK
RGB Variations
Color information
#FEE6D6 (or 0xFEE6D6) is known color: Serenade. HEX triplet: FE, E6 and D6. RGB value is (254,230,214). Sum of RGB (Red+Green+Blue) = 254+230+214=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 230 (90.23% from 255 or 32.95% from 698); Blue value is 214 (83.98% from 255 or 30.66% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6D6 is #011929. Grayscale: #EBEBEB. Windows color (decimal): -71978 or 14083838. OLE color: 14083838.
HSL color Cylindrical-coordinate representation of color #FEE6D6: hue angle of 24º 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 #FEE6D6 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 214 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.00 |
| HSL | 24º | 0.95% | 0.92% | - |
| HSV(B) | 24º | 0.16% | 1% | - |
| XYZ | 81.31 | 82.52 | 75.26 | - |
| YUV | 235.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 214 | 0 | 0.09 | 0.16 | 0.00 | 24 | 0.95 | 0.92 |
| Hex | FE | E6 | D6 | 0 | 9 | 10 | 0 | 18 | 5F | 5C |
| Octal | 376 | 346 | 326 | 0 | 11 | 20 | 0 | 30 | 137 | 134 |
| Binary | 11111110 | 11100110 | 11010110 | 0 | 1001 | 10000 | 0 | 11000 | 1011111 | 1011100 |
Color Harmonies of #FEE6D6
Complementary color
Monochromatic Colors of #FEE6D6
Black with #FEE6D6
Text Example
Text Example
White with #FEE6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6D6; }
p { color: rgb(254,230,214); }
H1.HeaderClassName
{
color: #FEE6D6;
}
.AnyTagClassName
{
color: #FEE6D6;
}
</style>
background-color css
<style>
a { background-color: #FEE6D6; }
a { background-color: rgb(254,230,214); }
div.DivClassName
{
background-color: #FEE6D6;
}
.BgClassName
{
background-color: #FEE6D6;
}
</style>
border-color css
<style>
span { border-color: #FEE6D6; }
span { border-color: rgb(254,230,214); }
td.TdClassName
{
border-color: #FEE6D6;
}
.TagClassName
{
border-color: #FEE6D6;
}
</style>