Shades of Blanched Almond #FBEACE
Tints of Blanched Almond #FBEACE
RGB
CMYK
RGB Variations
Color information
#FBEACE (or 0xFBEACE) is known color: Blanched Almond. HEX triplet: FB, EA and CE. RGB value is (251,234,206). Sum of RGB (Red+Green+Blue) = 251+234+206=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 206 (80.86% from 255 or 29.81% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEACE is #041531. Grayscale: #ECECEC. Windows color (decimal): -267570 or 13560571. OLE color: 13560571.
HSL color Cylindrical-coordinate representation of color #FBEACE: hue angle of 37.33º 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 #FBEACE is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 234 | 206 | - |
CMYK | 0 | 0.07 | 0.18 | 0.02 |
HSL | 37.33º | 0.85% | 0.9% | - |
HSV(B) | 37.33º | 0.18% | 0.98% | - |
XYZ | 80.35 | 83.81 | 70.33 | - |
YUV | 235.89 | 111.13 | 138.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 234 | 206 | 0 | 0.07 | 0.18 | 0.02 | 37.33 | 0.85 | 0.9 |
Hex | FB | EA | CE | 0 | 7 | 12 | 2 | 25 | 55 | 5A |
Octal | 373 | 352 | 316 | 0 | 7 | 22 | 2 | 45 | 125 | 132 |
Binary | 11111011 | 11101010 | 11001110 | 0 | 111 | 10010 | 10 | 100101 | 1010101 | 1011010 |
Color Harmonies of #FBEACE
Complementary color
Monochromatic Colors of #FBEACE
Black with #FBEACE
Text Example
Text Example
White with #FBEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEACE; }
p { color: rgb(251,234,206); }
H1.HeaderClassName
{
color: #FBEACE;
}
.AnyTagClassName
{
color: #FBEACE;
}
</style>
background-color css
<style>
a { background-color: #FBEACE; }
a { background-color: rgb(251,234,206); }
div.DivClassName
{
background-color: #FBEACE;
}
.BgClassName
{
background-color: #FBEACE;
}
</style>
border-color css
<style>
span { border-color: #FBEACE; }
span { border-color: rgb(251,234,206); }
td.TdClassName
{
border-color: #FBEACE;
}
.TagClassName
{
border-color: #FBEACE;
}
</style>