Shades of Serenade #FAE8D4
Tints of Serenade #FAE8D4
RGB
CMYK
RGB Variations
Color information
#FAE8D4 (or 0xFAE8D4) is known color: Serenade. HEX triplet: FA, E8 and D4. RGB value is (250,232,212). Sum of RGB (Red+Green+Blue) = 250+232+212=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 232 (91.02% from 255 or 33.43% from 694); Blue value is 212 (83.20% from 255 or 30.55% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8D4 is #05172B. Grayscale: #EBEBEB. Windows color (decimal): -333612 or 13953274. OLE color: 13953274.
HSL color Cylindrical-coordinate representation of color #FAE8D4: hue angle of 31.58º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAE8D4 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 212 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.02 |
| HSL | 31.58º | 0.79% | 0.91% | - |
| HSV(B) | 31.58º | 0.15% | 0.98% | - |
| XYZ | 80.16 | 82.79 | 74.04 | - |
| YUV | 235.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 212 | 0 | 0.07 | 0.15 | 0.02 | 31.58 | 0.79 | 0.91 |
| Hex | FA | E8 | D4 | 0 | 7 | F | 2 | 20 | 4F | 5B |
| Octal | 372 | 350 | 324 | 0 | 7 | 17 | 2 | 40 | 117 | 133 |
| Binary | 11111010 | 11101000 | 11010100 | 0 | 111 | 1111 | 10 | 100000 | 1001111 | 1011011 |
Color Harmonies of #FAE8D4
Complementary color
Monochromatic Colors of #FAE8D4
Black with #FAE8D4
Text Example
Text Example
White with #FAE8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8D4; }
p { color: rgb(250,232,212); }
H1.HeaderClassName
{
color: #FAE8D4;
}
.AnyTagClassName
{
color: #FAE8D4;
}
</style>
background-color css
<style>
a { background-color: #FAE8D4; }
a { background-color: rgb(250,232,212); }
div.DivClassName
{
background-color: #FAE8D4;
}
.BgClassName
{
background-color: #FAE8D4;
}
</style>
border-color css
<style>
span { border-color: #FAE8D4; }
span { border-color: rgb(250,232,212); }
td.TdClassName
{
border-color: #FAE8D4;
}
.TagClassName
{
border-color: #FAE8D4;
}
</style>