Shades of Blanched Almond #FCE7CF
Tints of Blanched Almond #FCE7CF
RGB
CMYK
RGB Variations
Color information
#FCE7CF (or 0xFCE7CF) is known color: Blanched Almond. HEX triplet: FC, E7 and CF. RGB value is (252,231,207). Sum of RGB (Red+Green+Blue) = 252+231+207=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 207 (81.25% from 255 or 30% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7CF is #031830. Grayscale: #EAEAEA. Windows color (decimal): -202801 or 13625340. OLE color: 13625340.
HSL color Cylindrical-coordinate representation of color #FCE7CF: hue angle of 32º 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 #FCE7CF is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 207 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.01 |
| HSL | 32º | 0.88% | 0.9% | - |
| HSV(B) | 32º | 0.18% | 0.99% | - |
| XYZ | 79.98 | 82.35 | 70.71 | - |
| YUV | 234.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 207 | 0 | 0.08 | 0.18 | 0.01 | 32 | 0.88 | 0.9 |
| Hex | FC | E7 | CF | 0 | 8 | 12 | 1 | 20 | 58 | 5A |
| Octal | 374 | 347 | 317 | 0 | 10 | 22 | 1 | 40 | 130 | 132 |
| Binary | 11111100 | 11100111 | 11001111 | 0 | 1000 | 10010 | 1 | 100000 | 1011000 | 1011010 |
Color Harmonies of #FCE7CF
Complementary color
Monochromatic Colors of #FCE7CF
Black with #FCE7CF
Text Example
Text Example
White with #FCE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE7CF; }
p { color: rgb(252,231,207); }
H1.HeaderClassName
{
color: #FCE7CF;
}
.AnyTagClassName
{
color: #FCE7CF;
}
</style>
background-color css
<style>
a { background-color: #FCE7CF; }
a { background-color: rgb(252,231,207); }
div.DivClassName
{
background-color: #FCE7CF;
}
.BgClassName
{
background-color: #FCE7CF;
}
</style>
border-color css
<style>
span { border-color: #FCE7CF; }
span { border-color: rgb(252,231,207); }
td.TdClassName
{
border-color: #FCE7CF;
}
.TagClassName
{
border-color: #FCE7CF;
}
</style>