Shades of Serenade #FBE5CF
Tints of Serenade #FBE5CF
RGB
CMYK
RGB Variations
Color information
#FBE5CF (or 0xFBE5CF) is known color: Serenade. HEX triplet: FB, E5 and CF. RGB value is (251,229,207). Sum of RGB (Red+Green+Blue) = 251+229+207=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5CF is #041A30. Grayscale: #E9E9E9. Windows color (decimal): -268849 or 13624827. OLE color: 13624827.
HSL color Cylindrical-coordinate representation of color #FBE5CF: hue angle of 30º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBE5CF is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 207 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.02 |
| HSL | 30º | 0.85% | 0.9% | - |
| HSV(B) | 30º | 0.18% | 0.98% | - |
| XYZ | 79.07 | 81.05 | 70.51 | - |
| YUV | 233.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 207 | 0 | 0.09 | 0.18 | 0.02 | 30 | 0.85 | 0.9 |
| Hex | FB | E5 | CF | 0 | 9 | 12 | 2 | 1E | 55 | 5A |
| Octal | 373 | 345 | 317 | 0 | 11 | 22 | 2 | 36 | 125 | 132 |
| Binary | 11111011 | 11100101 | 11001111 | 0 | 1001 | 10010 | 10 | 11110 | 1010101 | 1011010 |
Color Harmonies of #FBE5CF
Complementary color
Monochromatic Colors of #FBE5CF
Black with #FBE5CF
Text Example
Text Example
White with #FBE5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5CF; }
p { color: rgb(251,229,207); }
H1.HeaderClassName
{
color: #FBE5CF;
}
.AnyTagClassName
{
color: #FBE5CF;
}
</style>
background-color css
<style>
a { background-color: #FBE5CF; }
a { background-color: rgb(251,229,207); }
div.DivClassName
{
background-color: #FBE5CF;
}
.BgClassName
{
background-color: #FBE5CF;
}
</style>
border-color css
<style>
span { border-color: #FBE5CF; }
span { border-color: rgb(251,229,207); }
td.TdClassName
{
border-color: #FBE5CF;
}
.TagClassName
{
border-color: #FBE5CF;
}
</style>