Shades of Serenade #FBE2D0
Tints of Serenade #FBE2D0
RGB
CMYK
RGB Variations
Color information
#FBE2D0 (or 0xFBE2D0) is known color: Serenade. HEX triplet: FB, E2 and D0. RGB value is (251,226,208). Sum of RGB (Red+Green+Blue) = 251+226+208=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 208 (81.64% from 255 or 30.36% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2D0 is #041D2F. Grayscale: #E7E7E7. Windows color (decimal): -269616 or 13689595. OLE color: 13689595.
HSL color Cylindrical-coordinate representation of color #FBE2D0: hue angle of 25.12º 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 #FBE2D0 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 208 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.02 |
| HSL | 25.12º | 0.84% | 0.9% | - |
| HSV(B) | 25.12º | 0.17% | 0.98% | - |
| XYZ | 78.37 | 79.46 | 70.88 | - |
| YUV | 231.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 208 | 0 | 0.10 | 0.17 | 0.02 | 25.12 | 0.84 | 0.9 |
| Hex | FB | E2 | D0 | 0 | A | 11 | 2 | 19 | 54 | 5A |
| Octal | 373 | 342 | 320 | 0 | 12 | 21 | 2 | 31 | 124 | 132 |
| Binary | 11111011 | 11100010 | 11010000 | 0 | 1010 | 10001 | 10 | 11001 | 1010100 | 1011010 |
Color Harmonies of #FBE2D0
Complementary color
Monochromatic Colors of #FBE2D0
Black with #FBE2D0
Text Example
Text Example
White with #FBE2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE2D0; }
p { color: rgb(251,226,208); }
H1.HeaderClassName
{
color: #FBE2D0;
}
.AnyTagClassName
{
color: #FBE2D0;
}
</style>
background-color css
<style>
a { background-color: #FBE2D0; }
a { background-color: rgb(251,226,208); }
div.DivClassName
{
background-color: #FBE2D0;
}
.BgClassName
{
background-color: #FBE2D0;
}
</style>
border-color css
<style>
span { border-color: #FBE2D0; }
span { border-color: rgb(251,226,208); }
td.TdClassName
{
border-color: #FBE2D0;
}
.TagClassName
{
border-color: #FBE2D0;
}
</style>