Shades of Serenade #FBEADA
Tints of Serenade #FBEADA
RGB
CMYK
RGB Variations
Color information
#FBEADA (or 0xFBEADA) is known color: Serenade. HEX triplet: FB, EA and DA. RGB value is (251,234,218). Sum of RGB (Red+Green+Blue) = 251+234+218=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 218 (85.55% from 255 or 31.01% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEADA is #041525. Grayscale: #EDEDED. Windows color (decimal): -267558 or 14347003. OLE color: 14347003.
HSL color Cylindrical-coordinate representation of color #FBEADA: hue angle of 29.09º degrees, saturation: 0.8, 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 #FBEADA is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 218 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.02 |
| HSL | 29.09º | 0.8% | 0.92% | - |
| HSV(B) | 29.09º | 0.13% | 0.98% | - |
| XYZ | 81.86 | 84.42 | 78.31 | - |
| YUV | 237.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 218 | 0 | 0.07 | 0.13 | 0.02 | 29.09 | 0.8 | 0.92 |
| Hex | FB | EA | DA | 0 | 7 | D | 2 | 1D | 50 | 5C |
| Octal | 373 | 352 | 332 | 0 | 7 | 15 | 2 | 35 | 120 | 134 |
| Binary | 11111011 | 11101010 | 11011010 | 0 | 111 | 1101 | 10 | 11101 | 1010000 | 1011100 |
Color Harmonies of #FBEADA
Complementary color
Monochromatic Colors of #FBEADA
Black with #FBEADA
Text Example
Text Example
White with #FBEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEADA; }
p { color: rgb(251,234,218); }
H1.HeaderClassName
{
color: #FBEADA;
}
.AnyTagClassName
{
color: #FBEADA;
}
</style>
background-color css
<style>
a { background-color: #FBEADA; }
a { background-color: rgb(251,234,218); }
div.DivClassName
{
background-color: #FBEADA;
}
.BgClassName
{
background-color: #FBEADA;
}
</style>
border-color css
<style>
span { border-color: #FBEADA; }
span { border-color: rgb(251,234,218); }
td.TdClassName
{
border-color: #FBEADA;
}
.TagClassName
{
border-color: #FBEADA;
}
</style>