Shades of Serenade #FAE8DA
Tints of Serenade #FAE8DA
RGB
CMYK
RGB Variations
Color information
#FAE8DA (or 0xFAE8DA) is known color: Serenade. HEX triplet: FA, E8 and DA. RGB value is (250,232,218). Sum of RGB (Red+Green+Blue) = 250+232+218=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 232 (91.02% from 255 or 33.14% from 700); Blue value is 218 (85.55% from 255 or 31.14% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8DA is #051725. Grayscale: #EBEBEB. Windows color (decimal): -333606 or 14346490. OLE color: 14346490.
HSL color Cylindrical-coordinate representation of color #FAE8DA: hue angle of 26.25º degrees, saturation: 0.76, 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 #FAE8DA is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 218 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.02 |
| HSL | 26.25º | 0.76% | 0.92% | - |
| HSV(B) | 26.25º | 0.13% | 0.98% | - |
| XYZ | 80.94 | 83.1 | 78.1 | - |
| YUV | 235.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 218 | 0 | 0.07 | 0.13 | 0.02 | 26.25 | 0.76 | 0.92 |
| Hex | FA | E8 | DA | 0 | 7 | D | 2 | 1A | 4C | 5C |
| Octal | 372 | 350 | 332 | 0 | 7 | 15 | 2 | 32 | 114 | 134 |
| Binary | 11111010 | 11101000 | 11011010 | 0 | 111 | 1101 | 10 | 11010 | 1001100 | 1011100 |
Color Harmonies of #FAE8DA
Complementary color
Monochromatic Colors of #FAE8DA
Black with #FAE8DA
Text Example
Text Example
White with #FAE8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8DA; }
p { color: rgb(250,232,218); }
H1.HeaderClassName
{
color: #FAE8DA;
}
.AnyTagClassName
{
color: #FAE8DA;
}
</style>
background-color css
<style>
a { background-color: #FAE8DA; }
a { background-color: rgb(250,232,218); }
div.DivClassName
{
background-color: #FAE8DA;
}
.BgClassName
{
background-color: #FAE8DA;
}
</style>
border-color css
<style>
span { border-color: #FAE8DA; }
span { border-color: rgb(250,232,218); }
td.TdClassName
{
border-color: #FAE8DA;
}
.TagClassName
{
border-color: #FAE8DA;
}
</style>