Shades of Serenade #FFE5CF
Tints of Serenade #FFE5CF
RGB
CMYK
RGB Variations
Color information
#FFE5CF (or 0xFFE5CF) is known color: Serenade. HEX triplet: FF, E5 and CF. RGB value is (255,229,207). Sum of RGB (Red+Green+Blue) = 255+229+207=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 207 (81.25% from 255 or 29.96% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5CF is #001A30. Grayscale: #EAEAEA. Windows color (decimal): -6705 or 13624831. OLE color: 13624831.
HSL color Cylindrical-coordinate representation of color #FFE5CF: hue angle of 27.5º 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 #FFE5CF is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 207 | - |
| CMYK | 0 | 0.10 | 0.19 | 0 |
| HSL | 27.5º | 1% | 0.91% | - |
| HSV(B) | 27.5º | 0.19% | 1% | - |
| XYZ | 80.52 | 81.8 | 70.58 | - |
| YUV | 234.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 207 | 0 | 0.10 | 0.19 | 0 | 27.5 | 1 | 0.91 |
| Hex | FF | E5 | CF | 0 | A | 13 | 0 | 1C | 64 | 5B |
| Octal | 377 | 345 | 317 | 0 | 12 | 23 | 0 | 34 | 144 | 133 |
| Binary | 11111111 | 11100101 | 11001111 | 0 | 1010 | 10011 | 0 | 11100 | 1100100 | 1011011 |
Color Harmonies of #FFE5CF
Complementary color
Monochromatic Colors of #FFE5CF
Black with #FFE5CF
Text Example
Text Example
White with #FFE5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5CF; }
p { color: rgb(255,229,207); }
H1.HeaderClassName
{
color: #FFE5CF;
}
.AnyTagClassName
{
color: #FFE5CF;
}
</style>
background-color css
<style>
a { background-color: #FFE5CF; }
a { background-color: rgb(255,229,207); }
div.DivClassName
{
background-color: #FFE5CF;
}
.BgClassName
{
background-color: #FFE5CF;
}
</style>
border-color css
<style>
span { border-color: #FFE5CF; }
span { border-color: rgb(255,229,207); }
td.TdClassName
{
border-color: #FFE5CF;
}
.TagClassName
{
border-color: #FFE5CF;
}
</style>