Shades of Serenade #FAE6D5
Tints of Serenade #FAE6D5
RGB
CMYK
RGB Variations
Color information
#FAE6D5 (or 0xFAE6D5) is known color: Serenade. HEX triplet: FA, E6 and D5. RGB value is (250,230,213). Sum of RGB (Red+Green+Blue) = 250+230+213=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 230 (90.23% from 255 or 33.19% from 693); Blue value is 213 (83.59% from 255 or 30.74% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6D5 is #05192A. Grayscale: #EAEAEA. Windows color (decimal): -334123 or 14018298. OLE color: 14018298.
HSL color Cylindrical-coordinate representation of color #FAE6D5: hue angle of 27.57º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAE6D5 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 213 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.02 |
| HSL | 27.57º | 0.79% | 0.91% | - |
| HSV(B) | 27.57º | 0.15% | 0.98% | - |
| XYZ | 79.73 | 81.72 | 74.52 | - |
| YUV | 234.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 213 | 0 | 0.08 | 0.15 | 0.02 | 27.57 | 0.79 | 0.91 |
| Hex | FA | E6 | D5 | 0 | 8 | F | 2 | 1C | 4F | 5B |
| Octal | 372 | 346 | 325 | 0 | 10 | 17 | 2 | 34 | 117 | 133 |
| Binary | 11111010 | 11100110 | 11010101 | 0 | 1000 | 1111 | 10 | 11100 | 1001111 | 1011011 |
Color Harmonies of #FAE6D5
Complementary color
Monochromatic Colors of #FAE6D5
Black with #FAE6D5
Text Example
Text Example
White with #FAE6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6D5; }
p { color: rgb(250,230,213); }
H1.HeaderClassName
{
color: #FAE6D5;
}
.AnyTagClassName
{
color: #FAE6D5;
}
</style>
background-color css
<style>
a { background-color: #FAE6D5; }
a { background-color: rgb(250,230,213); }
div.DivClassName
{
background-color: #FAE6D5;
}
.BgClassName
{
background-color: #FAE6D5;
}
</style>
border-color css
<style>
span { border-color: #FAE6D5; }
span { border-color: rgb(250,230,213); }
td.TdClassName
{
border-color: #FAE6D5;
}
.TagClassName
{
border-color: #FAE6D5;
}
</style>