Shades of Blanched Almond #FBE9CB
Tints of Blanched Almond #FBE9CB
RGB
CMYK
RGB Variations
Color information
#FBE9CB (or 0xFBE9CB) is known color: Blanched Almond. HEX triplet: FB, E9 and CB. RGB value is (251,233,203). Sum of RGB (Red+Green+Blue) = 251+233+203=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE9CB is #041634. Grayscale: #EBEBEB. Windows color (decimal): -267829 or 13363707. OLE color: 13363707.
HSL color Cylindrical-coordinate representation of color #FBE9CB: hue angle of 37.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBE9CB is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 233 | 203 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.02 |
| HSL | 37.5º | 0.86% | 0.89% | - |
| HSV(B) | 37.5º | 0.19% | 0.98% | - |
| XYZ | 79.7 | 83.1 | 68.34 | - |
| YUV | 234.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 233 | 203 | 0 | 0.07 | 0.19 | 0.02 | 37.5 | 0.86 | 0.89 |
| Hex | FB | E9 | CB | 0 | 7 | 13 | 2 | 26 | 56 | 59 |
| Octal | 373 | 351 | 313 | 0 | 7 | 23 | 2 | 46 | 126 | 131 |
| Binary | 11111011 | 11101001 | 11001011 | 0 | 111 | 10011 | 10 | 100110 | 1010110 | 1011001 |
Color Harmonies of #FBE9CB
Complementary color
Monochromatic Colors of #FBE9CB
Black with #FBE9CB
Text Example
Text Example
White with #FBE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE9CB; }
p { color: rgb(251,233,203); }
H1.HeaderClassName
{
color: #FBE9CB;
}
.AnyTagClassName
{
color: #FBE9CB;
}
</style>
background-color css
<style>
a { background-color: #FBE9CB; }
a { background-color: rgb(251,233,203); }
div.DivClassName
{
background-color: #FBE9CB;
}
.BgClassName
{
background-color: #FBE9CB;
}
</style>
border-color css
<style>
span { border-color: #FBE9CB; }
span { border-color: rgb(251,233,203); }
td.TdClassName
{
border-color: #FBE9CB;
}
.TagClassName
{
border-color: #FBE9CB;
}
</style>