Shades of China Ivory #FCF2CC
Tints of China Ivory #FCF2CC
RGB
CMYK
RGB Variations
Color information
#FCF2CC (or 0xFCF2CC) is known color: China Ivory. HEX triplet: FC, F2 and CC. RGB value is (252,242,204). Sum of RGB (Red+Green+Blue) = 252+242+204=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 204 (80.08% from 255 or 29.23% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2CC is #030D33. Grayscale: #F0F0F0. Windows color (decimal): -199988 or 13431548. OLE color: 13431548.
HSL color Cylindrical-coordinate representation of color #FCF2CC: hue angle of 47.5º 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 #FCF2CC is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 204 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.01 |
| HSL | 47.5º | 0.89% | 0.89% | - |
| HSV(B) | 47.5º | 0.19% | 0.99% | - |
| XYZ | 82.8 | 88.56 | 69.86 | - |
| YUV | 240.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 204 | 0 | 0.04 | 0.19 | 0.01 | 47.5 | 0.89 | 0.89 |
| Hex | FC | F2 | CC | 0 | 4 | 13 | 1 | 30 | 59 | 59 |
| Octal | 374 | 362 | 314 | 0 | 4 | 23 | 1 | 60 | 131 | 131 |
| Binary | 11111100 | 11110010 | 11001100 | 0 | 100 | 10011 | 1 | 110000 | 1011001 | 1011001 |
Color Harmonies of #FCF2CC
Complementary color
Monochromatic Colors of #FCF2CC
Black with #FCF2CC
Text Example
Text Example
White with #FCF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2CC; }
p { color: rgb(252,242,204); }
H1.HeaderClassName
{
color: #FCF2CC;
}
.AnyTagClassName
{
color: #FCF2CC;
}
</style>
background-color css
<style>
a { background-color: #FCF2CC; }
a { background-color: rgb(252,242,204); }
div.DivClassName
{
background-color: #FCF2CC;
}
.BgClassName
{
background-color: #FCF2CC;
}
</style>
border-color css
<style>
span { border-color: #FCF2CC; }
span { border-color: rgb(252,242,204); }
td.TdClassName
{
border-color: #FCF2CC;
}
.TagClassName
{
border-color: #FCF2CC;
}
</style>