Shades of Blanched Almond #FBE8CC
Tints of Blanched Almond #FBE8CC
RGB
CMYK
RGB Variations
Color information
#FBE8CC (or 0xFBE8CC) is known color: Blanched Almond. HEX triplet: FB, E8 and CC. RGB value is (251,232,204). Sum of RGB (Red+Green+Blue) = 251+232+204=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 204 (80.08% from 255 or 29.69% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE8CC is #041733. Grayscale: #EAEAEA. Windows color (decimal): -268084 or 13428987. OLE color: 13428987.
HSL color Cylindrical-coordinate representation of color #FBE8CC: hue angle of 35.74º degrees, saturation: 0.85, 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 #FBE8CC is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 232 | 204 | - |
CMYK | 0 | 0.08 | 0.19 | 0.02 |
HSL | 35.74º | 0.85% | 0.89% | - |
HSV(B) | 35.74º | 0.19% | 0.98% | - |
XYZ | 79.54 | 82.58 | 68.87 | - |
YUV | 234.49 | 110.79 | 139.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 232 | 204 | 0 | 0.08 | 0.19 | 0.02 | 35.74 | 0.85 | 0.89 |
Hex | FB | E8 | CC | 0 | 8 | 13 | 2 | 24 | 55 | 59 |
Octal | 373 | 350 | 314 | 0 | 10 | 23 | 2 | 44 | 125 | 131 |
Binary | 11111011 | 11101000 | 11001100 | 0 | 1000 | 10011 | 10 | 100100 | 1010101 | 1011001 |
Color Harmonies of #FBE8CC
Complementary color
Monochromatic Colors of #FBE8CC
Black with #FBE8CC
Text Example
Text Example
White with #FBE8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE8CC; }
p { color: rgb(251,232,204); }
H1.HeaderClassName
{
color: #FBE8CC;
}
.AnyTagClassName
{
color: #FBE8CC;
}
</style>
background-color css
<style>
a { background-color: #FBE8CC; }
a { background-color: rgb(251,232,204); }
div.DivClassName
{
background-color: #FBE8CC;
}
.BgClassName
{
background-color: #FBE8CC;
}
</style>
border-color css
<style>
span { border-color: #FBE8CC; }
span { border-color: rgb(251,232,204); }
td.TdClassName
{
border-color: #FBE8CC;
}
.TagClassName
{
border-color: #FBE8CC;
}
</style>