Shades of Blanched Almond #FCEACB
Tints of Blanched Almond #FCEACB
RGB
CMYK
RGB Variations
Color information
#FCEACB (or 0xFCEACB) is known color: Blanched Almond. HEX triplet: FC, EA and CB. RGB value is (252,234,203). Sum of RGB (Red+Green+Blue) = 252+234+203=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 203 (79.69% from 255 or 29.46% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEACB is #031534. Grayscale: #EBEBEB. Windows color (decimal): -202037 or 13363964. OLE color: 13363964.
HSL color Cylindrical-coordinate representation of color #FCEACB: hue angle of 37.96º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCEACB is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 203 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.01 |
| HSL | 37.96º | 0.89% | 0.89% | - |
| HSV(B) | 37.96º | 0.19% | 0.99% | - |
| XYZ | 80.35 | 83.85 | 68.45 | - |
| YUV | 235.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 203 | 0 | 0.07 | 0.19 | 0.01 | 37.96 | 0.89 | 0.89 |
| Hex | FC | EA | CB | 0 | 7 | 13 | 1 | 26 | 59 | 59 |
| Octal | 374 | 352 | 313 | 0 | 7 | 23 | 1 | 46 | 131 | 131 |
| Binary | 11111100 | 11101010 | 11001011 | 0 | 111 | 10011 | 1 | 100110 | 1011001 | 1011001 |
Color Harmonies of #FCEACB
Complementary color
Monochromatic Colors of #FCEACB
Black with #FCEACB
Text Example
Text Example
White with #FCEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEACB; }
p { color: rgb(252,234,203); }
H1.HeaderClassName
{
color: #FCEACB;
}
.AnyTagClassName
{
color: #FCEACB;
}
</style>
background-color css
<style>
a { background-color: #FCEACB; }
a { background-color: rgb(252,234,203); }
div.DivClassName
{
background-color: #FCEACB;
}
.BgClassName
{
background-color: #FCEACB;
}
</style>
border-color css
<style>
span { border-color: #FCEACB; }
span { border-color: rgb(252,234,203); }
td.TdClassName
{
border-color: #FCEACB;
}
.TagClassName
{
border-color: #FCEACB;
}
</style>