Shades of Serenade #FAE8D6
Tints of Serenade #FAE8D6
RGB
CMYK
RGB Variations
Color information
#FAE8D6 (or 0xFAE8D6) is known color: Serenade. HEX triplet: FA, E8 and D6. RGB value is (250,232,214). Sum of RGB (Red+Green+Blue) = 250+232+214=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 232 (91.02% from 255 or 33.33% from 696); Blue value is 214 (83.98% from 255 or 30.75% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8D6 is #051729. Grayscale: #EBEBEB. Windows color (decimal): -333610 or 14084346. OLE color: 14084346.
HSL color Cylindrical-coordinate representation of color #FAE8D6: hue angle of 30º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAE8D6 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 214 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.02 |
| HSL | 30º | 0.78% | 0.91% | - |
| HSV(B) | 30º | 0.14% | 0.98% | - |
| XYZ | 80.42 | 82.89 | 75.38 | - |
| YUV | 235.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 214 | 0 | 0.07 | 0.14 | 0.02 | 30 | 0.78 | 0.91 |
| Hex | FA | E8 | D6 | 0 | 7 | E | 2 | 1E | 4E | 5B |
| Octal | 372 | 350 | 326 | 0 | 7 | 16 | 2 | 36 | 116 | 133 |
| Binary | 11111010 | 11101000 | 11010110 | 0 | 111 | 1110 | 10 | 11110 | 1001110 | 1011011 |
Color Harmonies of #FAE8D6
Complementary color
Monochromatic Colors of #FAE8D6
Black with #FAE8D6
Text Example
Text Example
White with #FAE8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8D6; }
p { color: rgb(250,232,214); }
H1.HeaderClassName
{
color: #FAE8D6;
}
.AnyTagClassName
{
color: #FAE8D6;
}
</style>
background-color css
<style>
a { background-color: #FAE8D6; }
a { background-color: rgb(250,232,214); }
div.DivClassName
{
background-color: #FAE8D6;
}
.BgClassName
{
background-color: #FAE8D6;
}
</style>
border-color css
<style>
span { border-color: #FAE8D6; }
span { border-color: rgb(250,232,214); }
td.TdClassName
{
border-color: #FAE8D6;
}
.TagClassName
{
border-color: #FAE8D6;
}
</style>