Shades of Serenade #FAE4CE
Tints of Serenade #FAE4CE
RGB
CMYK
RGB Variations
Color information
#FAE4CE (or 0xFAE4CE) is known color: Serenade. HEX triplet: FA, E4 and CE. RGB value is (250,228,206). Sum of RGB (Red+Green+Blue) = 250+228+206=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 206 (80.86% from 255 or 30.12% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4CE is #051B31. Grayscale: #E8E8E8. Windows color (decimal): -334642 or 13559034. OLE color: 13559034.
HSL color Cylindrical-coordinate representation of color #FAE4CE: hue angle of 30º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAE4CE is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 206 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.02 |
| HSL | 30º | 0.81% | 0.89% | - |
| HSV(B) | 30º | 0.18% | 0.98% | - |
| XYZ | 78.31 | 80.27 | 69.76 | - |
| YUV | 232.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 206 | 0 | 0.09 | 0.18 | 0.02 | 30 | 0.81 | 0.89 |
| Hex | FA | E4 | CE | 0 | 9 | 12 | 2 | 1E | 51 | 59 |
| Octal | 372 | 344 | 316 | 0 | 11 | 22 | 2 | 36 | 121 | 131 |
| Binary | 11111010 | 11100100 | 11001110 | 0 | 1001 | 10010 | 10 | 11110 | 1010001 | 1011001 |
Color Harmonies of #FAE4CE
Complementary color
Monochromatic Colors of #FAE4CE
Black with #FAE4CE
Text Example
Text Example
White with #FAE4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4CE; }
p { color: rgb(250,228,206); }
H1.HeaderClassName
{
color: #FAE4CE;
}
.AnyTagClassName
{
color: #FAE4CE;
}
</style>
background-color css
<style>
a { background-color: #FAE4CE; }
a { background-color: rgb(250,228,206); }
div.DivClassName
{
background-color: #FAE4CE;
}
.BgClassName
{
background-color: #FAE4CE;
}
</style>
border-color css
<style>
span { border-color: #FAE4CE; }
span { border-color: rgb(250,228,206); }
td.TdClassName
{
border-color: #FAE4CE;
}
.TagClassName
{
border-color: #FAE4CE;
}
</style>