Shades of Blanched Almond #FBEACF
Tints of Blanched Almond #FBEACF
RGB
CMYK
RGB Variations
Color information
#FBEACF (or 0xFBEACF) is known color: Blanched Almond. HEX triplet: FB, EA and CF. RGB value is (251,234,207). Sum of RGB (Red+Green+Blue) = 251+234+207=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 207 (81.25% from 255 or 29.91% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEACF is #041530. Grayscale: #ECECEC. Windows color (decimal): -267569 or 13626107. OLE color: 13626107.
HSL color Cylindrical-coordinate representation of color #FBEACF: hue angle of 36.82º 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 #FBEACF is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 207 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.02 |
| HSL | 36.82º | 0.85% | 0.9% | - |
| HSV(B) | 36.82º | 0.18% | 0.98% | - |
| XYZ | 80.47 | 83.86 | 70.98 | - |
| YUV | 236.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 207 | 0 | 0.07 | 0.18 | 0.02 | 36.82 | 0.85 | 0.9 |
| Hex | FB | EA | CF | 0 | 7 | 12 | 2 | 25 | 55 | 5A |
| Octal | 373 | 352 | 317 | 0 | 7 | 22 | 2 | 45 | 125 | 132 |
| Binary | 11111011 | 11101010 | 11001111 | 0 | 111 | 10010 | 10 | 100101 | 1010101 | 1011010 |
Color Harmonies of #FBEACF
Complementary color
Monochromatic Colors of #FBEACF
Black with #FBEACF
Text Example
Text Example
White with #FBEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEACF; }
p { color: rgb(251,234,207); }
H1.HeaderClassName
{
color: #FBEACF;
}
.AnyTagClassName
{
color: #FBEACF;
}
</style>
background-color css
<style>
a { background-color: #FBEACF; }
a { background-color: rgb(251,234,207); }
div.DivClassName
{
background-color: #FBEACF;
}
.BgClassName
{
background-color: #FBEACF;
}
</style>
border-color css
<style>
span { border-color: #FBEACF; }
span { border-color: rgb(251,234,207); }
td.TdClassName
{
border-color: #FBEACF;
}
.TagClassName
{
border-color: #FBEACF;
}
</style>