Shades of Serenade #FFE5D4
Tints of Serenade #FFE5D4
RGB
CMYK
RGB Variations
Color information
#FFE5D4 (or 0xFFE5D4) is known color: Serenade. HEX triplet: FF, E5 and D4. RGB value is (255,229,212). Sum of RGB (Red+Green+Blue) = 255+229+212=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 212 (83.20% from 255 or 30.46% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5D4 is #001A2B. Grayscale: #EAEAEA. Windows color (decimal): -6700 or 13952511. OLE color: 13952511.
HSL color Cylindrical-coordinate representation of color #FFE5D4: hue angle of 23.72º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFE5D4 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 212 | - |
| CMYK | 0 | 0.10 | 0.17 | 0 |
| HSL | 23.72º | 1% | 0.92% | - |
| HSV(B) | 23.72º | 0.17% | 1% | - |
| XYZ | 81.14 | 82.05 | 73.85 | - |
| YUV | 234.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 212 | 0 | 0.10 | 0.17 | 0 | 23.72 | 1 | 0.92 |
| Hex | FF | E5 | D4 | 0 | A | 11 | 0 | 18 | 64 | 5C |
| Octal | 377 | 345 | 324 | 0 | 12 | 21 | 0 | 30 | 144 | 134 |
| Binary | 11111111 | 11100101 | 11010100 | 0 | 1010 | 10001 | 0 | 11000 | 1100100 | 1011100 |
Color Harmonies of #FFE5D4
Complementary color
Monochromatic Colors of #FFE5D4
Black with #FFE5D4
Text Example
Text Example
White with #FFE5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5D4; }
p { color: rgb(255,229,212); }
H1.HeaderClassName
{
color: #FFE5D4;
}
.AnyTagClassName
{
color: #FFE5D4;
}
</style>
background-color css
<style>
a { background-color: #FFE5D4; }
a { background-color: rgb(255,229,212); }
div.DivClassName
{
background-color: #FFE5D4;
}
.BgClassName
{
background-color: #FFE5D4;
}
</style>
border-color css
<style>
span { border-color: #FFE5D4; }
span { border-color: rgb(255,229,212); }
td.TdClassName
{
border-color: #FFE5D4;
}
.TagClassName
{
border-color: #FFE5D4;
}
</style>