Shades of Serenade #FAE7D3
Tints of Serenade #FAE7D3
RGB
CMYK
RGB Variations
Color information
#FAE7D3 (or 0xFAE7D3) is known color: Serenade. HEX triplet: FA, E7 and D3. RGB value is (250,231,211). Sum of RGB (Red+Green+Blue) = 250+231+211=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 231 (90.62% from 255 or 33.38% from 692); Blue value is 211 (82.81% from 255 or 30.49% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7D3 is #05182C. Grayscale: #EAEAEA. Windows color (decimal): -333869 or 13887482. OLE color: 13887482.
HSL color Cylindrical-coordinate representation of color #FAE7D3: hue angle of 30.77º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAE7D3 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 211 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.02 |
| HSL | 30.77º | 0.8% | 0.9% | - |
| HSV(B) | 30.77º | 0.16% | 0.98% | - |
| XYZ | 79.76 | 82.18 | 73.29 | - |
| YUV | 234.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 211 | 0 | 0.08 | 0.16 | 0.02 | 30.77 | 0.8 | 0.9 |
| Hex | FA | E7 | D3 | 0 | 8 | 10 | 2 | 1F | 50 | 5A |
| Octal | 372 | 347 | 323 | 0 | 10 | 20 | 2 | 37 | 120 | 132 |
| Binary | 11111010 | 11100111 | 11010011 | 0 | 1000 | 10000 | 10 | 11111 | 1010000 | 1011010 |
Color Harmonies of #FAE7D3
Complementary color
Monochromatic Colors of #FAE7D3
Black with #FAE7D3
Text Example
Text Example
White with #FAE7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7D3; }
p { color: rgb(250,231,211); }
H1.HeaderClassName
{
color: #FAE7D3;
}
.AnyTagClassName
{
color: #FAE7D3;
}
</style>
background-color css
<style>
a { background-color: #FAE7D3; }
a { background-color: rgb(250,231,211); }
div.DivClassName
{
background-color: #FAE7D3;
}
.BgClassName
{
background-color: #FAE7D3;
}
</style>
border-color css
<style>
span { border-color: #FAE7D3; }
span { border-color: rgb(250,231,211); }
td.TdClassName
{
border-color: #FAE7D3;
}
.TagClassName
{
border-color: #FAE7D3;
}
</style>