Shades of Serenade #FAE4CF
Tints of Serenade #FAE4CF
RGB
CMYK
RGB Variations
Color information
#FAE4CF (or 0xFAE4CF) is known color: Serenade. HEX triplet: FA, E4 and CF. RGB value is (250,228,207). Sum of RGB (Red+Green+Blue) = 250+228+207=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4CF is #051B30. Grayscale: #E8E8E8. Windows color (decimal): -334641 or 13624570. OLE color: 13624570.
HSL color Cylindrical-coordinate representation of color #FAE4CF: hue angle of 29.3º 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 #FAE4CF is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 207 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.02 |
| HSL | 29.3º | 0.81% | 0.9% | - |
| HSV(B) | 29.3º | 0.17% | 0.98% | - |
| XYZ | 78.43 | 80.32 | 70.4 | - |
| YUV | 232.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 207 | 0 | 0.09 | 0.17 | 0.02 | 29.3 | 0.81 | 0.9 |
| Hex | FA | E4 | CF | 0 | 9 | 11 | 2 | 1D | 51 | 5A |
| Octal | 372 | 344 | 317 | 0 | 11 | 21 | 2 | 35 | 121 | 132 |
| Binary | 11111010 | 11100100 | 11001111 | 0 | 1001 | 10001 | 10 | 11101 | 1010001 | 1011010 |
Color Harmonies of #FAE4CF
Complementary color
Monochromatic Colors of #FAE4CF
Black with #FAE4CF
Text Example
Text Example
White with #FAE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4CF; }
p { color: rgb(250,228,207); }
H1.HeaderClassName
{
color: #FAE4CF;
}
.AnyTagClassName
{
color: #FAE4CF;
}
</style>
background-color css
<style>
a { background-color: #FAE4CF; }
a { background-color: rgb(250,228,207); }
div.DivClassName
{
background-color: #FAE4CF;
}
.BgClassName
{
background-color: #FAE4CF;
}
</style>
border-color css
<style>
span { border-color: #FAE4CF; }
span { border-color: rgb(250,228,207); }
td.TdClassName
{
border-color: #FAE4CF;
}
.TagClassName
{
border-color: #FAE4CF;
}
</style>