Shades of Serenade #FAE8D9
Tints of Serenade #FAE8D9
RGB
CMYK
RGB Variations
Color information
#FAE8D9 (or 0xFAE8D9) is known color: Serenade. HEX triplet: FA, E8 and D9. RGB value is (250,232,217). Sum of RGB (Red+Green+Blue) = 250+232+217=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 232 (91.02% from 255 or 33.19% from 699); Blue value is 217 (85.16% from 255 or 31.04% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8D9 is #051726. Grayscale: #EBEBEB. Windows color (decimal): -333607 or 14280954. OLE color: 14280954.
HSL color Cylindrical-coordinate representation of color #FAE8D9: hue angle of 27.27º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAE8D9 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 217 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.02 |
| HSL | 27.27º | 0.77% | 0.92% | - |
| HSV(B) | 27.27º | 0.13% | 0.98% | - |
| XYZ | 80.81 | 83.05 | 77.42 | - |
| YUV | 235.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 217 | 0 | 0.07 | 0.13 | 0.02 | 27.27 | 0.77 | 0.92 |
| Hex | FA | E8 | D9 | 0 | 7 | D | 2 | 1B | 4D | 5C |
| Octal | 372 | 350 | 331 | 0 | 7 | 15 | 2 | 33 | 115 | 134 |
| Binary | 11111010 | 11101000 | 11011001 | 0 | 111 | 1101 | 10 | 11011 | 1001101 | 1011100 |
Color Harmonies of #FAE8D9
Complementary color
Monochromatic Colors of #FAE8D9
Black with #FAE8D9
Text Example
Text Example
White with #FAE8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8D9; }
p { color: rgb(250,232,217); }
H1.HeaderClassName
{
color: #FAE8D9;
}
.AnyTagClassName
{
color: #FAE8D9;
}
</style>
background-color css
<style>
a { background-color: #FAE8D9; }
a { background-color: rgb(250,232,217); }
div.DivClassName
{
background-color: #FAE8D9;
}
.BgClassName
{
background-color: #FAE8D9;
}
</style>
border-color css
<style>
span { border-color: #FAE8D9; }
span { border-color: rgb(250,232,217); }
td.TdClassName
{
border-color: #FAE8D9;
}
.TagClassName
{
border-color: #FAE8D9;
}
</style>