Shades of China Ivory #FCF5D0
Tints of China Ivory #FCF5D0
RGB
CMYK
RGB Variations
Color information
#FCF5D0 (or 0xFCF5D0) is known color: China Ivory. HEX triplet: FC, F5 and D0. RGB value is (252,245,208). Sum of RGB (Red+Green+Blue) = 252+245+208=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 245 (96.09% from 255 or 34.75% from 705); Blue value is 208 (81.64% from 255 or 29.50% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5D0 is #030A2F. Grayscale: #F3F3F3. Windows color (decimal): -199216 or 13694460. OLE color: 13694460.
HSL color Cylindrical-coordinate representation of color #FCF5D0: hue angle of 50.45º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCF5D0 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 208 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.01 |
| HSL | 50.45º | 0.88% | 0.9% | - |
| HSV(B) | 50.45º | 0.17% | 0.99% | - |
| XYZ | 84.18 | 90.55 | 72.72 | - |
| YUV | 242.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 208 | 0 | 0.03 | 0.17 | 0.01 | 50.45 | 0.88 | 0.9 |
| Hex | FC | F5 | D0 | 0 | 3 | 11 | 1 | 32 | 58 | 5A |
| Octal | 374 | 365 | 320 | 0 | 3 | 21 | 1 | 62 | 130 | 132 |
| Binary | 11111100 | 11110101 | 11010000 | 0 | 11 | 10001 | 1 | 110010 | 1011000 | 1011010 |
Color Harmonies of #FCF5D0
Complementary color
Monochromatic Colors of #FCF5D0
Black with #FCF5D0
Text Example
Text Example
White with #FCF5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF5D0; }
p { color: rgb(252,245,208); }
H1.HeaderClassName
{
color: #FCF5D0;
}
.AnyTagClassName
{
color: #FCF5D0;
}
</style>
background-color css
<style>
a { background-color: #FCF5D0; }
a { background-color: rgb(252,245,208); }
div.DivClassName
{
background-color: #FCF5D0;
}
.BgClassName
{
background-color: #FCF5D0;
}
</style>
border-color css
<style>
span { border-color: #FCF5D0; }
span { border-color: rgb(252,245,208); }
td.TdClassName
{
border-color: #FCF5D0;
}
.TagClassName
{
border-color: #FCF5D0;
}
</style>