Shades of Blanched Almond #FBEACC
Tints of Blanched Almond #FBEACC
RGB
CMYK
RGB Variations
Color information
#FBEACC (or 0xFBEACC) is known color: Blanched Almond. HEX triplet: FB, EA and CC. RGB value is (251,234,204). Sum of RGB (Red+Green+Blue) = 251+234+204=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEACC is #041533. Grayscale: #EBEBEB. Windows color (decimal): -267572 or 13429499. OLE color: 13429499.
HSL color Cylindrical-coordinate representation of color #FBEACC: hue angle of 38.3º 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 #FBEACC is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 234 | 204 | - |
CMYK | 0 | 0.07 | 0.19 | 0.02 |
HSL | 38.3º | 0.85% | 0.89% | - |
HSV(B) | 38.3º | 0.19% | 0.98% | - |
XYZ | 80.11 | 83.71 | 69.06 | - |
YUV | 235.66 | 110.13 | 138.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 234 | 204 | 0 | 0.07 | 0.19 | 0.02 | 38.3 | 0.85 | 0.89 |
Hex | FB | EA | CC | 0 | 7 | 13 | 2 | 26 | 55 | 59 |
Octal | 373 | 352 | 314 | 0 | 7 | 23 | 2 | 46 | 125 | 131 |
Binary | 11111011 | 11101010 | 11001100 | 0 | 111 | 10011 | 10 | 100110 | 1010101 | 1011001 |
Color Harmonies of #FBEACC
Complementary color
Monochromatic Colors of #FBEACC
Black with #FBEACC
Text Example
Text Example
White with #FBEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEACC; }
p { color: rgb(251,234,204); }
H1.HeaderClassName
{
color: #FBEACC;
}
.AnyTagClassName
{
color: #FBEACC;
}
</style>
background-color css
<style>
a { background-color: #FBEACC; }
a { background-color: rgb(251,234,204); }
div.DivClassName
{
background-color: #FBEACC;
}
.BgClassName
{
background-color: #FBEACC;
}
</style>
border-color css
<style>
span { border-color: #FBEACC; }
span { border-color: rgb(251,234,204); }
td.TdClassName
{
border-color: #FBEACC;
}
.TagClassName
{
border-color: #FBEACC;
}
</style>