Shades of Blanched Almond #FBE9CE
Tints of Blanched Almond #FBE9CE
RGB
CMYK
RGB Variations
Color information
#FBE9CE (or 0xFBE9CE) is known color: Blanched Almond. HEX triplet: FB, E9 and CE. RGB value is (251,233,206). Sum of RGB (Red+Green+Blue) = 251+233+206=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 206 (80.86% from 255 or 29.86% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE9CE is #041631. Grayscale: #EBEBEB. Windows color (decimal): -267826 or 13560315. OLE color: 13560315.
HSL color Cylindrical-coordinate representation of color #FBE9CE: hue angle of 36º 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 #FBE9CE is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 233 | 206 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.02 |
| HSL | 36º | 0.85% | 0.9% | - |
| HSV(B) | 36º | 0.18% | 0.98% | - |
| XYZ | 80.06 | 83.24 | 70.24 | - |
| YUV | 235.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 233 | 206 | 0 | 0.07 | 0.18 | 0.02 | 36 | 0.85 | 0.9 |
| Hex | FB | E9 | CE | 0 | 7 | 12 | 2 | 24 | 55 | 5A |
| Octal | 373 | 351 | 316 | 0 | 7 | 22 | 2 | 44 | 125 | 132 |
| Binary | 11111011 | 11101001 | 11001110 | 0 | 111 | 10010 | 10 | 100100 | 1010101 | 1011010 |
Color Harmonies of #FBE9CE
Complementary color
Monochromatic Colors of #FBE9CE
Black with #FBE9CE
Text Example
Text Example
White with #FBE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE9CE; }
p { color: rgb(251,233,206); }
H1.HeaderClassName
{
color: #FBE9CE;
}
.AnyTagClassName
{
color: #FBE9CE;
}
</style>
background-color css
<style>
a { background-color: #FBE9CE; }
a { background-color: rgb(251,233,206); }
div.DivClassName
{
background-color: #FBE9CE;
}
.BgClassName
{
background-color: #FBE9CE;
}
</style>
border-color css
<style>
span { border-color: #FBE9CE; }
span { border-color: rgb(251,233,206); }
td.TdClassName
{
border-color: #FBE9CE;
}
.TagClassName
{
border-color: #FBE9CE;
}
</style>