Shades of Serenade #FAE5D1
Tints of Serenade #FAE5D1
RGB
CMYK
RGB Variations
Color information
#FAE5D1 (or 0xFAE5D1) is known color: Serenade. HEX triplet: FA, E5 and D1. RGB value is (250,229,209). Sum of RGB (Red+Green+Blue) = 250+229+209=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 209 (82.03% from 255 or 30.38% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5D1 is #051A2E. Grayscale: #E9E9E9. Windows color (decimal): -334383 or 13755898. OLE color: 13755898.
HSL color Cylindrical-coordinate representation of color #FAE5D1: hue angle of 29.27º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAE5D1 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 209 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.02 |
| HSL | 29.27º | 0.8% | 0.9% | - |
| HSV(B) | 29.27º | 0.16% | 0.98% | - |
| XYZ | 78.95 | 80.97 | 71.79 | - |
| YUV | 233 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 209 | 0 | 0.08 | 0.16 | 0.02 | 29.27 | 0.8 | 0.9 |
| Hex | FA | E5 | D1 | 0 | 8 | 10 | 2 | 1D | 50 | 5A |
| Octal | 372 | 345 | 321 | 0 | 10 | 20 | 2 | 35 | 120 | 132 |
| Binary | 11111010 | 11100101 | 11010001 | 0 | 1000 | 10000 | 10 | 11101 | 1010000 | 1011010 |
Color Harmonies of #FAE5D1
Complementary color
Monochromatic Colors of #FAE5D1
Black with #FAE5D1
Text Example
Text Example
White with #FAE5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5D1; }
p { color: rgb(250,229,209); }
H1.HeaderClassName
{
color: #FAE5D1;
}
.AnyTagClassName
{
color: #FAE5D1;
}
</style>
background-color css
<style>
a { background-color: #FAE5D1; }
a { background-color: rgb(250,229,209); }
div.DivClassName
{
background-color: #FAE5D1;
}
.BgClassName
{
background-color: #FAE5D1;
}
</style>
border-color css
<style>
span { border-color: #FAE5D1; }
span { border-color: rgb(250,229,209); }
td.TdClassName
{
border-color: #FAE5D1;
}
.TagClassName
{
border-color: #FAE5D1;
}
</style>