Shades of China Ivory #FCF0CD
Tints of China Ivory #FCF0CD
RGB
CMYK
RGB Variations
Color information
#FCF0CD (or 0xFCF0CD) is known color: China Ivory. HEX triplet: FC, F0 and CD. RGB value is (252,240,205). Sum of RGB (Red+Green+Blue) = 252+240+205=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 205 (80.47% from 255 or 29.41% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0CD is #030F32. Grayscale: #EFEFEF. Windows color (decimal): -200499 or 13496572. OLE color: 13496572.
HSL color Cylindrical-coordinate representation of color #FCF0CD: hue angle of 44.68º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCF0CD is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 240 | 205 | - |
CMYK | 0 | 0.05 | 0.19 | 0.01 |
HSL | 44.68º | 0.89% | 0.9% | - |
HSV(B) | 44.68º | 0.19% | 0.99% | - |
XYZ | 82.32 | 87.42 | 70.29 | - |
YUV | 239.6 | 108.48 | 136.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 240 | 205 | 0 | 0.05 | 0.19 | 0.01 | 44.68 | 0.89 | 0.9 |
Hex | FC | F0 | CD | 0 | 5 | 13 | 1 | 2D | 59 | 5A |
Octal | 374 | 360 | 315 | 0 | 5 | 23 | 1 | 55 | 131 | 132 |
Binary | 11111100 | 11110000 | 11001101 | 0 | 101 | 10011 | 1 | 101101 | 1011001 | 1011010 |
Color Harmonies of #FCF0CD
Complementary color
Monochromatic Colors of #FCF0CD
Black with #FCF0CD
Text Example
Text Example
White with #FCF0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0CD; }
p { color: rgb(252,240,205); }
H1.HeaderClassName
{
color: #FCF0CD;
}
.AnyTagClassName
{
color: #FCF0CD;
}
</style>
background-color css
<style>
a { background-color: #FCF0CD; }
a { background-color: rgb(252,240,205); }
div.DivClassName
{
background-color: #FCF0CD;
}
.BgClassName
{
background-color: #FCF0CD;
}
</style>
border-color css
<style>
span { border-color: #FCF0CD; }
span { border-color: rgb(252,240,205); }
td.TdClassName
{
border-color: #FCF0CD;
}
.TagClassName
{
border-color: #FCF0CD;
}
</style>