Shades of Blanched Almond #FBEBD1
Tints of Blanched Almond #FBEBD1
RGB
CMYK
RGB Variations
Color information
#FBEBD1 (or 0xFBEBD1) is known color: Blanched Almond. HEX triplet: FB, EB and D1. RGB value is (251,235,209). Sum of RGB (Red+Green+Blue) = 251+235+209=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 209 (82.03% from 255 or 30.07% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEBD1 is #04142E. Grayscale: #ECECEC. Windows color (decimal): -267311 or 13757435. OLE color: 13757435.
HSL color Cylindrical-coordinate representation of color #FBEBD1: hue angle of 37.14º 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 #FBEBD1 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 235 | 209 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.02 |
| HSL | 37.14º | 0.84% | 0.9% | - |
| HSV(B) | 37.14º | 0.17% | 0.98% | - |
| XYZ | 81 | 84.53 | 72.37 | - |
| YUV | 236.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 235 | 209 | 0 | 0.06 | 0.17 | 0.02 | 37.14 | 0.84 | 0.9 |
| Hex | FB | EB | D1 | 0 | 6 | 11 | 2 | 25 | 54 | 5A |
| Octal | 373 | 353 | 321 | 0 | 6 | 21 | 2 | 45 | 124 | 132 |
| Binary | 11111011 | 11101011 | 11010001 | 0 | 110 | 10001 | 10 | 100101 | 1010100 | 1011010 |
Color Harmonies of #FBEBD1
Complementary color
Monochromatic Colors of #FBEBD1
Black with #FBEBD1
Text Example
Text Example
White with #FBEBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEBD1; }
p { color: rgb(251,235,209); }
H1.HeaderClassName
{
color: #FBEBD1;
}
.AnyTagClassName
{
color: #FBEBD1;
}
</style>
background-color css
<style>
a { background-color: #FBEBD1; }
a { background-color: rgb(251,235,209); }
div.DivClassName
{
background-color: #FBEBD1;
}
.BgClassName
{
background-color: #FBEBD1;
}
</style>
border-color css
<style>
span { border-color: #FBEBD1; }
span { border-color: rgb(251,235,209); }
td.TdClassName
{
border-color: #FBEBD1;
}
.TagClassName
{
border-color: #FBEBD1;
}
</style>