Shades of Serenade #FFE6D1
Tints of Serenade #FFE6D1
RGB
CMYK
RGB Variations
Color information
#FFE6D1 (or 0xFFE6D1) is known color: Serenade. HEX triplet: FF, E6 and D1. RGB value is (255,230,209). Sum of RGB (Red+Green+Blue) = 255+230+209=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 230 (90.23% from 255 or 33.14% from 694); Blue value is 209 (82.03% from 255 or 30.12% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6D1 is #00192E. Grayscale: #EBEBEB. Windows color (decimal): -6447 or 13756159. OLE color: 13756159.
HSL color Cylindrical-coordinate representation of color #FFE6D1: hue angle of 27.39º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFE6D1 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 209 | - |
| CMYK | 0 | 0.10 | 0.18 | 0 |
| HSL | 27.39º | 1% | 0.91% | - |
| HSV(B) | 27.39º | 0.18% | 1% | - |
| XYZ | 81.05 | 82.46 | 71.97 | - |
| YUV | 235.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 209 | 0 | 0.10 | 0.18 | 0 | 27.39 | 1 | 0.91 |
| Hex | FF | E6 | D1 | 0 | A | 12 | 0 | 1B | 64 | 5B |
| Octal | 377 | 346 | 321 | 0 | 12 | 22 | 0 | 33 | 144 | 133 |
| Binary | 11111111 | 11100110 | 11010001 | 0 | 1010 | 10010 | 0 | 11011 | 1100100 | 1011011 |
Color Harmonies of #FFE6D1
Complementary color
Monochromatic Colors of #FFE6D1
Black with #FFE6D1
Text Example
Text Example
White with #FFE6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6D1; }
p { color: rgb(255,230,209); }
H1.HeaderClassName
{
color: #FFE6D1;
}
.AnyTagClassName
{
color: #FFE6D1;
}
</style>
background-color css
<style>
a { background-color: #FFE6D1; }
a { background-color: rgb(255,230,209); }
div.DivClassName
{
background-color: #FFE6D1;
}
.BgClassName
{
background-color: #FFE6D1;
}
</style>
border-color css
<style>
span { border-color: #FFE6D1; }
span { border-color: rgb(255,230,209); }
td.TdClassName
{
border-color: #FFE6D1;
}
.TagClassName
{
border-color: #FFE6D1;
}
</style>