Shades of Serenade #FBE3D0
Tints of Serenade #FBE3D0
RGB
CMYK
RGB Variations
Color information
#FBE3D0 (or 0xFBE3D0) is known color: Serenade. HEX triplet: FB, E3 and D0. RGB value is (251,227,208). Sum of RGB (Red+Green+Blue) = 251+227+208=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 208 (81.64% from 255 or 30.32% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE3D0 is #041C2F. Grayscale: #E8E8E8. Windows color (decimal): -269360 or 13689851. OLE color: 13689851.
HSL color Cylindrical-coordinate representation of color #FBE3D0: hue angle of 26.51º 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 #FBE3D0 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 208 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.02 |
| HSL | 26.51º | 0.84% | 0.9% | - |
| HSV(B) | 26.51º | 0.17% | 0.98% | - |
| XYZ | 78.64 | 80 | 70.97 | - |
| YUV | 232.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 208 | 0 | 0.10 | 0.17 | 0.02 | 26.51 | 0.84 | 0.9 |
| Hex | FB | E3 | D0 | 0 | A | 11 | 2 | 1B | 54 | 5A |
| Octal | 373 | 343 | 320 | 0 | 12 | 21 | 2 | 33 | 124 | 132 |
| Binary | 11111011 | 11100011 | 11010000 | 0 | 1010 | 10001 | 10 | 11011 | 1010100 | 1011010 |
Color Harmonies of #FBE3D0
Complementary color
Monochromatic Colors of #FBE3D0
Black with #FBE3D0
Text Example
Text Example
White with #FBE3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE3D0; }
p { color: rgb(251,227,208); }
H1.HeaderClassName
{
color: #FBE3D0;
}
.AnyTagClassName
{
color: #FBE3D0;
}
</style>
background-color css
<style>
a { background-color: #FBE3D0; }
a { background-color: rgb(251,227,208); }
div.DivClassName
{
background-color: #FBE3D0;
}
.BgClassName
{
background-color: #FBE3D0;
}
</style>
border-color css
<style>
span { border-color: #FBE3D0; }
span { border-color: rgb(251,227,208); }
td.TdClassName
{
border-color: #FBE3D0;
}
.TagClassName
{
border-color: #FBE3D0;
}
</style>