Shades of Serenade #FFE6D0
Tints of Serenade #FFE6D0
RGB
CMYK
RGB Variations
Color information
#FFE6D0 (or 0xFFE6D0) is known color: Serenade. HEX triplet: FF, E6 and D0. RGB value is (255,230,208). Sum of RGB (Red+Green+Blue) = 255+230+208=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 230 (90.23% from 255 or 33.19% from 693); Blue value is 208 (81.64% from 255 or 30.01% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6D0 is #00192F. Grayscale: #EBEBEB. Windows color (decimal): -6448 or 13690623. OLE color: 13690623.
HSL color Cylindrical-coordinate representation of color #FFE6D0: hue angle of 28.09º 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 #FFE6D0 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 208 | - |
| CMYK | 0 | 0.10 | 0.18 | 0 |
| HSL | 28.09º | 1% | 0.91% | - |
| HSV(B) | 28.09º | 0.18% | 1% | - |
| XYZ | 80.92 | 82.41 | 71.32 | - |
| YUV | 234.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 208 | 0 | 0.10 | 0.18 | 0 | 28.09 | 1 | 0.91 |
| Hex | FF | E6 | D0 | 0 | A | 12 | 0 | 1C | 64 | 5B |
| Octal | 377 | 346 | 320 | 0 | 12 | 22 | 0 | 34 | 144 | 133 |
| Binary | 11111111 | 11100110 | 11010000 | 0 | 1010 | 10010 | 0 | 11100 | 1100100 | 1011011 |
Color Harmonies of #FFE6D0
Complementary color
Monochromatic Colors of #FFE6D0
Black with #FFE6D0
Text Example
Text Example
White with #FFE6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6D0; }
p { color: rgb(255,230,208); }
H1.HeaderClassName
{
color: #FFE6D0;
}
.AnyTagClassName
{
color: #FFE6D0;
}
</style>
background-color css
<style>
a { background-color: #FFE6D0; }
a { background-color: rgb(255,230,208); }
div.DivClassName
{
background-color: #FFE6D0;
}
.BgClassName
{
background-color: #FFE6D0;
}
</style>
border-color css
<style>
span { border-color: #FFE6D0; }
span { border-color: rgb(255,230,208); }
td.TdClassName
{
border-color: #FFE6D0;
}
.TagClassName
{
border-color: #FFE6D0;
}
</style>