Shades of Serenade #FFE1CF
Tints of Serenade #FFE1CF
RGB
CMYK
RGB Variations
Color information
#FFE1CF (or 0xFFE1CF) is known color: Serenade. HEX triplet: FF, E1 and CF. RGB value is (255,225,207). Sum of RGB (Red+Green+Blue) = 255+225+207=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1CF is #001E30. Grayscale: #E8E8E8. Windows color (decimal): -7729 or 13623807. OLE color: 13623807.
HSL color Cylindrical-coordinate representation of color #FFE1CF: hue angle of 22.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 #FFE1CF is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 207 | - |
| CMYK | 0 | 0.12 | 0.19 | 0 |
| HSL | 22.5º | 1% | 0.91% | - |
| HSV(B) | 22.5º | 0.19% | 1% | - |
| XYZ | 79.43 | 79.62 | 70.21 | - |
| YUV | 231.92 | 113.94 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 207 | 0 | 0.12 | 0.19 | 0 | 22.5 | 1 | 0.91 |
| Hex | FF | E1 | CF | 0 | C | 13 | 0 | 16 | 64 | 5B |
| Octal | 377 | 341 | 317 | 0 | 14 | 23 | 0 | 26 | 144 | 133 |
| Binary | 11111111 | 11100001 | 11001111 | 0 | 1100 | 10011 | 0 | 10110 | 1100100 | 1011011 |
Color Harmonies of #FFE1CF
Complementary color
Monochromatic Colors of #FFE1CF
Black with #FFE1CF
Text Example
Text Example
White with #FFE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1CF; }
p { color: rgb(255,225,207); }
H1.HeaderClassName
{
color: #FFE1CF;
}
.AnyTagClassName
{
color: #FFE1CF;
}
</style>
background-color css
<style>
a { background-color: #FFE1CF; }
a { background-color: rgb(255,225,207); }
div.DivClassName
{
background-color: #FFE1CF;
}
.BgClassName
{
background-color: #FFE1CF;
}
</style>
border-color css
<style>
span { border-color: #FFE1CF; }
span { border-color: rgb(255,225,207); }
td.TdClassName
{
border-color: #FFE1CF;
}
.TagClassName
{
border-color: #FFE1CF;
}
</style>