Shades of Serenade #FAE2D0
Tints of Serenade #FAE2D0
RGB
CMYK
RGB Variations
Color information
#FAE2D0 (or 0xFAE2D0) is known color: Serenade. HEX triplet: FA, E2 and D0. RGB value is (250,226,208). Sum of RGB (Red+Green+Blue) = 250+226+208=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2D0 is #051D2F. Grayscale: #E7E7E7. Windows color (decimal): -335152 or 13689594. OLE color: 13689594.
HSL color Cylindrical-coordinate representation of color #FAE2D0: hue angle of 25.71º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAE2D0 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 226 | 208 | - |
CMYK | 0 | 0.10 | 0.17 | 0.02 |
HSL | 25.71º | 0.81% | 0.9% | - |
HSV(B) | 25.71º | 0.17% | 0.98% | - |
XYZ | 78.01 | 79.27 | 70.86 | - |
YUV | 231.12 | 114.95 | 141.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 226 | 208 | 0 | 0.10 | 0.17 | 0.02 | 25.71 | 0.81 | 0.9 |
Hex | FA | E2 | D0 | 0 | A | 11 | 2 | 1A | 51 | 5A |
Octal | 372 | 342 | 320 | 0 | 12 | 21 | 2 | 32 | 121 | 132 |
Binary | 11111010 | 11100010 | 11010000 | 0 | 1010 | 10001 | 10 | 11010 | 1010001 | 1011010 |
Color Harmonies of #FAE2D0
Complementary color
Monochromatic Colors of #FAE2D0
Black with #FAE2D0
Text Example
Text Example
White with #FAE2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2D0; }
p { color: rgb(250,226,208); }
H1.HeaderClassName
{
color: #FAE2D0;
}
.AnyTagClassName
{
color: #FAE2D0;
}
</style>
background-color css
<style>
a { background-color: #FAE2D0; }
a { background-color: rgb(250,226,208); }
div.DivClassName
{
background-color: #FAE2D0;
}
.BgClassName
{
background-color: #FAE2D0;
}
</style>
border-color css
<style>
span { border-color: #FAE2D0; }
span { border-color: rgb(250,226,208); }
td.TdClassName
{
border-color: #FAE2D0;
}
.TagClassName
{
border-color: #FAE2D0;
}
</style>