Shades of Serenade #FAEADA
Tints of Serenade #FAEADA
RGB
CMYK
RGB Variations
Color information
#FAEADA (or 0xFAEADA) is known color: Serenade. HEX triplet: FA, EA and DA. RGB value is (250,234,218). Sum of RGB (Red+Green+Blue) = 250+234+218=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 218 (85.55% from 255 or 31.05% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEADA is #051525. Grayscale: #EDEDED. Windows color (decimal): -333094 or 14347002. OLE color: 14347002.
HSL color Cylindrical-coordinate representation of color #FAEADA: hue angle of 30º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAEADA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 218 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.02 |
| HSL | 30º | 0.76% | 0.92% | - |
| HSV(B) | 30º | 0.13% | 0.98% | - |
| XYZ | 81.5 | 84.23 | 78.29 | - |
| YUV | 236.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 218 | 0 | 0.06 | 0.13 | 0.02 | 30 | 0.76 | 0.92 |
| Hex | FA | EA | DA | 0 | 6 | D | 2 | 1E | 4C | 5C |
| Octal | 372 | 352 | 332 | 0 | 6 | 15 | 2 | 36 | 114 | 134 |
| Binary | 11111010 | 11101010 | 11011010 | 0 | 110 | 1101 | 10 | 11110 | 1001100 | 1011100 |
Color Harmonies of #FAEADA
Complementary color
Monochromatic Colors of #FAEADA
Black with #FAEADA
Text Example
Text Example
White with #FAEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEADA; }
p { color: rgb(250,234,218); }
H1.HeaderClassName
{
color: #FAEADA;
}
.AnyTagClassName
{
color: #FAEADA;
}
</style>
background-color css
<style>
a { background-color: #FAEADA; }
a { background-color: rgb(250,234,218); }
div.DivClassName
{
background-color: #FAEADA;
}
.BgClassName
{
background-color: #FAEADA;
}
</style>
border-color css
<style>
span { border-color: #FAEADA; }
span { border-color: rgb(250,234,218); }
td.TdClassName
{
border-color: #FAEADA;
}
.TagClassName
{
border-color: #FAEADA;
}
</style>