Shades of Serenade #FAE2CE
Tints of Serenade #FAE2CE
RGB
CMYK
RGB Variations
Color information
#FAE2CE (or 0xFAE2CE) is known color: Serenade. HEX triplet: FA, E2 and CE. RGB value is (250,226,206). Sum of RGB (Red+Green+Blue) = 250+226+206=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 206 (80.86% from 255 or 30.21% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2CE is #051D31. Grayscale: #E7E7E7. Windows color (decimal): -335154 or 13558522. OLE color: 13558522.
HSL color Cylindrical-coordinate representation of color #FAE2CE: hue angle of 27.27º 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 #FAE2CE is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 206 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.02 |
| HSL | 27.27º | 0.81% | 0.89% | - |
| HSV(B) | 27.27º | 0.18% | 0.98% | - |
| XYZ | 77.76 | 79.17 | 69.58 | - |
| YUV | 230.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 206 | 0 | 0.10 | 0.18 | 0.02 | 27.27 | 0.81 | 0.89 |
| Hex | FA | E2 | CE | 0 | A | 12 | 2 | 1B | 51 | 59 |
| Octal | 372 | 342 | 316 | 0 | 12 | 22 | 2 | 33 | 121 | 131 |
| Binary | 11111010 | 11100010 | 11001110 | 0 | 1010 | 10010 | 10 | 11011 | 1010001 | 1011001 |
Color Harmonies of #FAE2CE
Complementary color
Monochromatic Colors of #FAE2CE
Black with #FAE2CE
Text Example
Text Example
White with #FAE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2CE; }
p { color: rgb(250,226,206); }
H1.HeaderClassName
{
color: #FAE2CE;
}
.AnyTagClassName
{
color: #FAE2CE;
}
</style>
background-color css
<style>
a { background-color: #FAE2CE; }
a { background-color: rgb(250,226,206); }
div.DivClassName
{
background-color: #FAE2CE;
}
.BgClassName
{
background-color: #FAE2CE;
}
</style>
border-color css
<style>
span { border-color: #FAE2CE; }
span { border-color: rgb(250,226,206); }
td.TdClassName
{
border-color: #FAE2CE;
}
.TagClassName
{
border-color: #FAE2CE;
}
</style>