Shades of Blanched Almond #FCECCF
Tints of Blanched Almond #FCECCF
RGB
CMYK
RGB Variations
Color information
#FCECCF (or 0xFCECCF) is known color: Blanched Almond. HEX triplet: FC, EC and CF. RGB value is (252,236,207). Sum of RGB (Red+Green+Blue) = 252+236+207=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 207 (81.25% from 255 or 29.78% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECCF is #031330. Grayscale: #EDEDED. Windows color (decimal): -201521 or 13626620. OLE color: 13626620.
HSL color Cylindrical-coordinate representation of color #FCECCF: hue angle of 38.67º 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 #FCECCF is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 207 | - |
CMYK | 0 | 0.06 | 0.18 | 0.01 |
HSL | 38.67º | 0.88% | 0.9% | - |
HSV(B) | 38.67º | 0.18% | 0.99% | - |
XYZ | 81.4 | 85.19 | 71.18 | - |
YUV | 237.48 | 110.8 | 138.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 207 | 0 | 0.06 | 0.18 | 0.01 | 38.67 | 0.88 | 0.9 |
Hex | FC | EC | CF | 0 | 6 | 12 | 1 | 27 | 58 | 5A |
Octal | 374 | 354 | 317 | 0 | 6 | 22 | 1 | 47 | 130 | 132 |
Binary | 11111100 | 11101100 | 11001111 | 0 | 110 | 10010 | 1 | 100111 | 1011000 | 1011010 |
Color Harmonies of #FCECCF
Complementary color
Monochromatic Colors of #FCECCF
Black with #FCECCF
Text Example
Text Example
White with #FCECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECCF; }
p { color: rgb(252,236,207); }
H1.HeaderClassName
{
color: #FCECCF;
}
.AnyTagClassName
{
color: #FCECCF;
}
</style>
background-color css
<style>
a { background-color: #FCECCF; }
a { background-color: rgb(252,236,207); }
div.DivClassName
{
background-color: #FCECCF;
}
.BgClassName
{
background-color: #FCECCF;
}
</style>
border-color css
<style>
span { border-color: #FCECCF; }
span { border-color: rgb(252,236,207); }
td.TdClassName
{
border-color: #FCECCF;
}
.TagClassName
{
border-color: #FCECCF;
}
</style>