Shades of Serenade #FAE3CE
Tints of Serenade #FAE3CE
RGB
CMYK
RGB Variations
Color information
#FAE3CE (or 0xFAE3CE) is known color: Serenade. HEX triplet: FA, E3 and CE. RGB value is (250,227,206). Sum of RGB (Red+Green+Blue) = 250+227+206=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 206 (80.86% from 255 or 30.16% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3CE is #051C31. Grayscale: #E7E7E7. Windows color (decimal): -334898 or 13558778. OLE color: 13558778.
HSL color Cylindrical-coordinate representation of color #FAE3CE: hue angle of 28.64º 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 #FAE3CE is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 206 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.02 |
| HSL | 28.64º | 0.81% | 0.89% | - |
| HSV(B) | 28.64º | 0.18% | 0.98% | - |
| XYZ | 78.03 | 79.72 | 69.67 | - |
| YUV | 231.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 206 | 0 | 0.09 | 0.18 | 0.02 | 28.64 | 0.81 | 0.89 |
| Hex | FA | E3 | CE | 0 | 9 | 12 | 2 | 1D | 51 | 59 |
| Octal | 372 | 343 | 316 | 0 | 11 | 22 | 2 | 35 | 121 | 131 |
| Binary | 11111010 | 11100011 | 11001110 | 0 | 1001 | 10010 | 10 | 11101 | 1010001 | 1011001 |
Color Harmonies of #FAE3CE
Complementary color
Monochromatic Colors of #FAE3CE
Black with #FAE3CE
Text Example
Text Example
White with #FAE3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3CE; }
p { color: rgb(250,227,206); }
H1.HeaderClassName
{
color: #FAE3CE;
}
.AnyTagClassName
{
color: #FAE3CE;
}
</style>
background-color css
<style>
a { background-color: #FAE3CE; }
a { background-color: rgb(250,227,206); }
div.DivClassName
{
background-color: #FAE3CE;
}
.BgClassName
{
background-color: #FAE3CE;
}
</style>
border-color css
<style>
span { border-color: #FAE3CE; }
span { border-color: rgb(250,227,206); }
td.TdClassName
{
border-color: #FAE3CE;
}
.TagClassName
{
border-color: #FAE3CE;
}
</style>