Shades of Blanched Almond #FBE8CF
Tints of Blanched Almond #FBE8CF
RGB
CMYK
RGB Variations
Color information
#FBE8CF (or 0xFBE8CF) is known color: Blanched Almond. HEX triplet: FB, E8 and CF. RGB value is (251,232,207). Sum of RGB (Red+Green+Blue) = 251+232+207=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 207 (81.25% from 255 or 30% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE8CF is #041730. Grayscale: #EAEAEA. Windows color (decimal): -268081 or 13625595. OLE color: 13625595.
HSL color Cylindrical-coordinate representation of color #FBE8CF: hue angle of 34.09º 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 #FBE8CF is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 207 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.02 |
| HSL | 34.09º | 0.85% | 0.9% | - |
| HSV(B) | 34.09º | 0.18% | 0.98% | - |
| XYZ | 79.9 | 82.73 | 70.79 | - |
| YUV | 234.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 207 | 0 | 0.08 | 0.18 | 0.02 | 34.09 | 0.85 | 0.9 |
| Hex | FB | E8 | CF | 0 | 8 | 12 | 2 | 22 | 55 | 5A |
| Octal | 373 | 350 | 317 | 0 | 10 | 22 | 2 | 42 | 125 | 132 |
| Binary | 11111011 | 11101000 | 11001111 | 0 | 1000 | 10010 | 10 | 100010 | 1010101 | 1011010 |
Color Harmonies of #FBE8CF
Complementary color
Monochromatic Colors of #FBE8CF
Black with #FBE8CF
Text Example
Text Example
White with #FBE8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE8CF; }
p { color: rgb(251,232,207); }
H1.HeaderClassName
{
color: #FBE8CF;
}
.AnyTagClassName
{
color: #FBE8CF;
}
</style>
background-color css
<style>
a { background-color: #FBE8CF; }
a { background-color: rgb(251,232,207); }
div.DivClassName
{
background-color: #FBE8CF;
}
.BgClassName
{
background-color: #FBE8CF;
}
</style>
border-color css
<style>
span { border-color: #FBE8CF; }
span { border-color: rgb(251,232,207); }
td.TdClassName
{
border-color: #FBE8CF;
}
.TagClassName
{
border-color: #FBE8CF;
}
</style>