Shades of Serenade #FFE6CF
Tints of Serenade #FFE6CF
RGB
CMYK
RGB Variations
Color information
#FFE6CF (or 0xFFE6CF) is known color: Serenade. HEX triplet: FF, E6 and CF. RGB value is (255,230,207). Sum of RGB (Red+Green+Blue) = 255+230+207=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 230 (90.23% from 255 or 33.24% from 692); Blue value is 207 (81.25% from 255 or 29.91% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6CF is #001930. Grayscale: #EAEAEA. Windows color (decimal): -6449 or 13625087. OLE color: 13625087.
HSL color Cylindrical-coordinate representation of color #FFE6CF: hue angle of 28.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFE6CF is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 207 | - |
| CMYK | 0 | 0.10 | 0.19 | 0 |
| HSL | 28.75º | 1% | 0.91% | - |
| HSV(B) | 28.75º | 0.19% | 1% | - |
| XYZ | 80.8 | 82.36 | 70.67 | - |
| YUV | 234.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 207 | 0 | 0.10 | 0.19 | 0 | 28.75 | 1 | 0.91 |
| Hex | FF | E6 | CF | 0 | A | 13 | 0 | 1D | 64 | 5B |
| Octal | 377 | 346 | 317 | 0 | 12 | 23 | 0 | 35 | 144 | 133 |
| Binary | 11111111 | 11100110 | 11001111 | 0 | 1010 | 10011 | 0 | 11101 | 1100100 | 1011011 |
Color Harmonies of #FFE6CF
Complementary color
Monochromatic Colors of #FFE6CF
Black with #FFE6CF
Text Example
Text Example
White with #FFE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6CF; }
p { color: rgb(255,230,207); }
H1.HeaderClassName
{
color: #FFE6CF;
}
.AnyTagClassName
{
color: #FFE6CF;
}
</style>
background-color css
<style>
a { background-color: #FFE6CF; }
a { background-color: rgb(255,230,207); }
div.DivClassName
{
background-color: #FFE6CF;
}
.BgClassName
{
background-color: #FFE6CF;
}
</style>
border-color css
<style>
span { border-color: #FFE6CF; }
span { border-color: rgb(255,230,207); }
td.TdClassName
{
border-color: #FFE6CF;
}
.TagClassName
{
border-color: #FFE6CF;
}
</style>