Shades of Serenade #FBE7D0
Tints of Serenade #FBE7D0
RGB
CMYK
RGB Variations
Color information
#FBE7D0 (or 0xFBE7D0) is known color: Serenade. HEX triplet: FB, E7 and D0. RGB value is (251,231,208). Sum of RGB (Red+Green+Blue) = 251+231+208=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 208 (81.64% from 255 or 30.14% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE7D0 is #04182F. Grayscale: #EAEAEA. Windows color (decimal): -268336 or 13690875. OLE color: 13690875.
HSL color Cylindrical-coordinate representation of color #FBE7D0: hue angle of 32.09º degrees, saturation: 0.84, 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 #FBE7D0 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 231 | 208 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.02 |
| HSL | 32.09º | 0.84% | 0.9% | - |
| HSV(B) | 32.09º | 0.17% | 0.98% | - |
| XYZ | 79.74 | 82.22 | 71.34 | - |
| YUV | 234.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 231 | 208 | 0 | 0.08 | 0.17 | 0.02 | 32.09 | 0.84 | 0.9 |
| Hex | FB | E7 | D0 | 0 | 8 | 11 | 2 | 20 | 54 | 5A |
| Octal | 373 | 347 | 320 | 0 | 10 | 21 | 2 | 40 | 124 | 132 |
| Binary | 11111011 | 11100111 | 11010000 | 0 | 1000 | 10001 | 10 | 100000 | 1010100 | 1011010 |
Color Harmonies of #FBE7D0
Complementary color
Monochromatic Colors of #FBE7D0
Black with #FBE7D0
Text Example
Text Example
White with #FBE7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE7D0; }
p { color: rgb(251,231,208); }
H1.HeaderClassName
{
color: #FBE7D0;
}
.AnyTagClassName
{
color: #FBE7D0;
}
</style>
background-color css
<style>
a { background-color: #FBE7D0; }
a { background-color: rgb(251,231,208); }
div.DivClassName
{
background-color: #FBE7D0;
}
.BgClassName
{
background-color: #FBE7D0;
}
</style>
border-color css
<style>
span { border-color: #FBE7D0; }
span { border-color: rgb(251,231,208); }
td.TdClassName
{
border-color: #FBE7D0;
}
.TagClassName
{
border-color: #FBE7D0;
}
</style>