Shades of Serenade #FAE4D3
Tints of Serenade #FAE4D3
RGB
CMYK
RGB Variations
Color information
#FAE4D3 (or 0xFAE4D3) is known color: Serenade. HEX triplet: FA, E4 and D3. RGB value is (250,228,211). Sum of RGB (Red+Green+Blue) = 250+228+211=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 211 (82.81% from 255 or 30.62% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4D3 is #051B2C. Grayscale: #E8E8E8. Windows color (decimal): -334637 or 13886714. OLE color: 13886714.
HSL color Cylindrical-coordinate representation of color #FAE4D3: hue angle of 26.15º 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 #FAE4D3 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 211 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.02 |
| HSL | 26.15º | 0.8% | 0.9% | - |
| HSV(B) | 26.15º | 0.16% | 0.98% | - |
| XYZ | 78.93 | 80.51 | 73.01 | - |
| YUV | 232.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 211 | 0 | 0.09 | 0.16 | 0.02 | 26.15 | 0.8 | 0.9 |
| Hex | FA | E4 | D3 | 0 | 9 | 10 | 2 | 1A | 50 | 5A |
| Octal | 372 | 344 | 323 | 0 | 11 | 20 | 2 | 32 | 120 | 132 |
| Binary | 11111010 | 11100100 | 11010011 | 0 | 1001 | 10000 | 10 | 11010 | 1010000 | 1011010 |
Color Harmonies of #FAE4D3
Complementary color
Monochromatic Colors of #FAE4D3
Black with #FAE4D3
Text Example
Text Example
White with #FAE4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4D3; }
p { color: rgb(250,228,211); }
H1.HeaderClassName
{
color: #FAE4D3;
}
.AnyTagClassName
{
color: #FAE4D3;
}
</style>
background-color css
<style>
a { background-color: #FAE4D3; }
a { background-color: rgb(250,228,211); }
div.DivClassName
{
background-color: #FAE4D3;
}
.BgClassName
{
background-color: #FAE4D3;
}
</style>
border-color css
<style>
span { border-color: #FAE4D3; }
span { border-color: rgb(250,228,211); }
td.TdClassName
{
border-color: #FAE4D3;
}
.TagClassName
{
border-color: #FAE4D3;
}
</style>