Shades of Serenade #FBE6D1
Tints of Serenade #FBE6D1
RGB
CMYK
RGB Variations
Color information
#FBE6D1 (or 0xFBE6D1) is known color: Serenade. HEX triplet: FB, E6 and D1. RGB value is (251,230,209). Sum of RGB (Red+Green+Blue) = 251+230+209=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 209 (82.03% from 255 or 30.29% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE6D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE6D1 is #04192E. Grayscale: #E9E9E9. Windows color (decimal): -268591 or 13756155. OLE color: 13756155.
HSL color Cylindrical-coordinate representation of color #FBE6D1: hue angle of 30º 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 #FBE6D1 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 230 | 209 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.02 |
| HSL | 30º | 0.84% | 0.9% | - |
| HSV(B) | 30º | 0.17% | 0.98% | - |
| XYZ | 79.59 | 81.71 | 71.9 | - |
| YUV | 233.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 230 | 209 | 0 | 0.08 | 0.17 | 0.02 | 30 | 0.84 | 0.9 |
| Hex | FB | E6 | D1 | 0 | 8 | 11 | 2 | 1E | 54 | 5A |
| Octal | 373 | 346 | 321 | 0 | 10 | 21 | 2 | 36 | 124 | 132 |
| Binary | 11111011 | 11100110 | 11010001 | 0 | 1000 | 10001 | 10 | 11110 | 1010100 | 1011010 |
Color Harmonies of #FBE6D1
Complementary color
Monochromatic Colors of #FBE6D1
Black with #FBE6D1
Text Example
Text Example
White with #FBE6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE6D1; }
p { color: rgb(251,230,209); }
H1.HeaderClassName
{
color: #FBE6D1;
}
.AnyTagClassName
{
color: #FBE6D1;
}
</style>
background-color css
<style>
a { background-color: #FBE6D1; }
a { background-color: rgb(251,230,209); }
div.DivClassName
{
background-color: #FBE6D1;
}
.BgClassName
{
background-color: #FBE6D1;
}
</style>
border-color css
<style>
span { border-color: #FBE6D1; }
span { border-color: rgb(251,230,209); }
td.TdClassName
{
border-color: #FBE6D1;
}
.TagClassName
{
border-color: #FBE6D1;
}
</style>