Shades of Blanched Almond #FBE8CA
Tints of Blanched Almond #FBE8CA
RGB
CMYK
RGB Variations
Color information
#FBE8CA (or 0xFBE8CA) is known color: Blanched Almond. HEX triplet: FB, E8 and CA. RGB value is (251,232,202). Sum of RGB (Red+Green+Blue) = 251+232+202=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE8CA is #041735. Grayscale: #EAEAEA. Windows color (decimal): -268086 or 13297915. OLE color: 13297915.
HSL color Cylindrical-coordinate representation of color #FBE8CA: hue angle of 36.73º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBE8CA is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 202 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.02 |
| HSL | 36.73º | 0.86% | 0.89% | - |
| HSV(B) | 36.73º | 0.2% | 0.98% | - |
| XYZ | 79.3 | 82.49 | 67.62 | - |
| YUV | 234.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 202 | 0 | 0.08 | 0.20 | 0.02 | 36.73 | 0.86 | 0.89 |
| Hex | FB | E8 | CA | 0 | 8 | 14 | 2 | 25 | 56 | 59 |
| Octal | 373 | 350 | 312 | 0 | 10 | 24 | 2 | 45 | 126 | 131 |
| Binary | 11111011 | 11101000 | 11001010 | 0 | 1000 | 10100 | 10 | 100101 | 1010110 | 1011001 |
Color Harmonies of #FBE8CA
Complementary color
Monochromatic Colors of #FBE8CA
Black with #FBE8CA
Text Example
Text Example
White with #FBE8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE8CA; }
p { color: rgb(251,232,202); }
H1.HeaderClassName
{
color: #FBE8CA;
}
.AnyTagClassName
{
color: #FBE8CA;
}
</style>
background-color css
<style>
a { background-color: #FBE8CA; }
a { background-color: rgb(251,232,202); }
div.DivClassName
{
background-color: #FBE8CA;
}
.BgClassName
{
background-color: #FBE8CA;
}
</style>
border-color css
<style>
span { border-color: #FBE8CA; }
span { border-color: rgb(251,232,202); }
td.TdClassName
{
border-color: #FBE8CA;
}
.TagClassName
{
border-color: #FBE8CA;
}
</style>