Shades of Blanched Almond #FCEACA
Tints of Blanched Almond #FCEACA
RGB
CMYK
RGB Variations
Color information
#FCEACA (or 0xFCEACA) is known color: Blanched Almond. HEX triplet: FC, EA and CA. RGB value is (252,234,202). Sum of RGB (Red+Green+Blue) = 252+234+202=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEACA is #031535. Grayscale: #EBEBEB. Windows color (decimal): -202038 or 13298428. OLE color: 13298428.
HSL color Cylindrical-coordinate representation of color #FCEACA: hue angle of 38.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCEACA is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 202 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.01 |
| HSL | 38.4º | 0.89% | 0.89% | - |
| HSV(B) | 38.4º | 0.2% | 0.99% | - |
| XYZ | 80.23 | 83.81 | 67.82 | - |
| YUV | 235.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 202 | 0 | 0.07 | 0.20 | 0.01 | 38.4 | 0.89 | 0.89 |
| Hex | FC | EA | CA | 0 | 7 | 14 | 1 | 26 | 59 | 59 |
| Octal | 374 | 352 | 312 | 0 | 7 | 24 | 1 | 46 | 131 | 131 |
| Binary | 11111100 | 11101010 | 11001010 | 0 | 111 | 10100 | 1 | 100110 | 1011001 | 1011001 |
Color Harmonies of #FCEACA
Complementary color
Monochromatic Colors of #FCEACA
Black with #FCEACA
Text Example
Text Example
White with #FCEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEACA; }
p { color: rgb(252,234,202); }
H1.HeaderClassName
{
color: #FCEACA;
}
.AnyTagClassName
{
color: #FCEACA;
}
</style>
background-color css
<style>
a { background-color: #FCEACA; }
a { background-color: rgb(252,234,202); }
div.DivClassName
{
background-color: #FCEACA;
}
.BgClassName
{
background-color: #FCEACA;
}
</style>
border-color css
<style>
span { border-color: #FCEACA; }
span { border-color: rgb(252,234,202); }
td.TdClassName
{
border-color: #FCEACA;
}
.TagClassName
{
border-color: #FCEACA;
}
</style>