Shades of Blanched Almond #FCEACF
Tints of Blanched Almond #FCEACF
RGB
CMYK
RGB Variations
Color information
#FCEACF (or 0xFCEACF) is known color: Blanched Almond. HEX triplet: FC, EA and CF. RGB value is (252,234,207). Sum of RGB (Red+Green+Blue) = 252+234+207=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 207 (81.25% from 255 or 29.87% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEACF is #031530. Grayscale: #ECECEC. Windows color (decimal): -202033 or 13626108. OLE color: 13626108.
HSL color Cylindrical-coordinate representation of color #FCEACF: hue angle of 36º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCEACF is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 207 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.01 |
| HSL | 36º | 0.88% | 0.9% | - |
| HSV(B) | 36º | 0.18% | 0.99% | - |
| XYZ | 80.83 | 84.05 | 70.99 | - |
| YUV | 236.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 207 | 0 | 0.07 | 0.18 | 0.01 | 36 | 0.88 | 0.9 |
| Hex | FC | EA | CF | 0 | 7 | 12 | 1 | 24 | 58 | 5A |
| Octal | 374 | 352 | 317 | 0 | 7 | 22 | 1 | 44 | 130 | 132 |
| Binary | 11111100 | 11101010 | 11001111 | 0 | 111 | 10010 | 1 | 100100 | 1011000 | 1011010 |
Color Harmonies of #FCEACF
Complementary color
Monochromatic Colors of #FCEACF
Black with #FCEACF
Text Example
Text Example
White with #FCEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEACF; }
p { color: rgb(252,234,207); }
H1.HeaderClassName
{
color: #FCEACF;
}
.AnyTagClassName
{
color: #FCEACF;
}
</style>
background-color css
<style>
a { background-color: #FCEACF; }
a { background-color: rgb(252,234,207); }
div.DivClassName
{
background-color: #FCEACF;
}
.BgClassName
{
background-color: #FCEACF;
}
</style>
border-color css
<style>
span { border-color: #FCEACF; }
span { border-color: rgb(252,234,207); }
td.TdClassName
{
border-color: #FCEACF;
}
.TagClassName
{
border-color: #FCEACF;
}
</style>