Shades of Serenade #FFE5D5
Tints of Serenade #FFE5D5
RGB
CMYK
RGB Variations
Color information
#FFE5D5 (or 0xFFE5D5) is known color: Serenade. HEX triplet: FF, E5 and D5. RGB value is (255,229,213). Sum of RGB (Red+Green+Blue) = 255+229+213=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 229 (89.84% from 255 or 32.86% from 697); Blue value is 213 (83.59% from 255 or 30.56% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5D5 is #001A2A. Grayscale: #EBEBEB. Windows color (decimal): -6699 or 14018047. OLE color: 14018047.
HSL color Cylindrical-coordinate representation of color #FFE5D5: hue angle of 22.86º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFE5D5 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 229 | 213 | - |
CMYK | 0 | 0.10 | 0.16 | 0 |
HSL | 22.86º | 1% | 0.92% | - |
HSV(B) | 22.86º | 0.16% | 1% | - |
XYZ | 81.27 | 82.1 | 74.51 | - |
YUV | 234.95 | 115.61 | 142.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 229 | 213 | 0 | 0.10 | 0.16 | 0 | 22.86 | 1 | 0.92 |
Hex | FF | E5 | D5 | 0 | A | 10 | 0 | 17 | 64 | 5C |
Octal | 377 | 345 | 325 | 0 | 12 | 20 | 0 | 27 | 144 | 134 |
Binary | 11111111 | 11100101 | 11010101 | 0 | 1010 | 10000 | 0 | 10111 | 1100100 | 1011100 |
Color Harmonies of #FFE5D5
Complementary color
Monochromatic Colors of #FFE5D5
Black with #FFE5D5
Text Example
Text Example
White with #FFE5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5D5; }
p { color: rgb(255,229,213); }
H1.HeaderClassName
{
color: #FFE5D5;
}
.AnyTagClassName
{
color: #FFE5D5;
}
</style>
background-color css
<style>
a { background-color: #FFE5D5; }
a { background-color: rgb(255,229,213); }
div.DivClassName
{
background-color: #FFE5D5;
}
.BgClassName
{
background-color: #FFE5D5;
}
</style>
border-color css
<style>
span { border-color: #FFE5D5; }
span { border-color: rgb(255,229,213); }
td.TdClassName
{
border-color: #FFE5D5;
}
.TagClassName
{
border-color: #FFE5D5;
}
</style>