Shades of Serenade #FAE4D1
Tints of Serenade #FAE4D1
RGB
CMYK
RGB Variations
Color information
#FAE4D1 (or 0xFAE4D1) is known color: Serenade. HEX triplet: FA, E4 and D1. RGB value is (250,228,209). Sum of RGB (Red+Green+Blue) = 250+228+209=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 209 (82.03% from 255 or 30.42% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4D1 is #051B2E. Grayscale: #E8E8E8. Windows color (decimal): -334639 or 13755642. OLE color: 13755642.
HSL color Cylindrical-coordinate representation of color #FAE4D1: hue angle of 27.8º 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 #FAE4D1 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 209 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.02 |
| HSL | 27.8º | 0.8% | 0.9% | - |
| HSV(B) | 27.8º | 0.16% | 0.98% | - |
| XYZ | 78.68 | 80.41 | 71.7 | - |
| YUV | 232.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 209 | 0 | 0.09 | 0.16 | 0.02 | 27.8 | 0.8 | 0.9 |
| Hex | FA | E4 | D1 | 0 | 9 | 10 | 2 | 1C | 50 | 5A |
| Octal | 372 | 344 | 321 | 0 | 11 | 20 | 2 | 34 | 120 | 132 |
| Binary | 11111010 | 11100100 | 11010001 | 0 | 1001 | 10000 | 10 | 11100 | 1010000 | 1011010 |
Color Harmonies of #FAE4D1
Complementary color
Monochromatic Colors of #FAE4D1
Black with #FAE4D1
Text Example
Text Example
White with #FAE4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4D1; }
p { color: rgb(250,228,209); }
H1.HeaderClassName
{
color: #FAE4D1;
}
.AnyTagClassName
{
color: #FAE4D1;
}
</style>
background-color css
<style>
a { background-color: #FAE4D1; }
a { background-color: rgb(250,228,209); }
div.DivClassName
{
background-color: #FAE4D1;
}
.BgClassName
{
background-color: #FAE4D1;
}
</style>
border-color css
<style>
span { border-color: #FAE4D1; }
span { border-color: rgb(250,228,209); }
td.TdClassName
{
border-color: #FAE4D1;
}
.TagClassName
{
border-color: #FAE4D1;
}
</style>