Shades of China Ivory #FDF1CF
Tints of China Ivory #FDF1CF
RGB
CMYK
RGB Variations
Color information
#FDF1CF (or 0xFDF1CF) is known color: China Ivory. HEX triplet: FD, F1 and CF. RGB value is (253,241,207). Sum of RGB (Red+Green+Blue) = 253+241+207=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 241 (94.53% from 255 or 34.38% from 701); Blue value is 207 (81.25% from 255 or 29.53% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1CF is #020E30. Grayscale: #F0F0F0. Windows color (decimal): -134705 or 13627901. OLE color: 13627901.
HSL color Cylindrical-coordinate representation of color #FDF1CF: hue angle of 44.35º degrees, saturation: 0.92, 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 #FDF1CF is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 207 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.01 |
| HSL | 44.35º | 0.92% | 0.9% | - |
| HSV(B) | 44.35º | 0.18% | 0.99% | - |
| XYZ | 83.23 | 88.3 | 71.69 | - |
| YUV | 240.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 207 | 0 | 0.05 | 0.18 | 0.01 | 44.35 | 0.92 | 0.9 |
| Hex | FD | F1 | CF | 0 | 5 | 12 | 1 | 2C | 5C | 5A |
| Octal | 375 | 361 | 317 | 0 | 5 | 22 | 1 | 54 | 134 | 132 |
| Binary | 11111101 | 11110001 | 11001111 | 0 | 101 | 10010 | 1 | 101100 | 1011100 | 1011010 |
Color Harmonies of #FDF1CF
Complementary color
Monochromatic Colors of #FDF1CF
Black with #FDF1CF
Text Example
Text Example
White with #FDF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1CF; }
p { color: rgb(253,241,207); }
H1.HeaderClassName
{
color: #FDF1CF;
}
.AnyTagClassName
{
color: #FDF1CF;
}
</style>
background-color css
<style>
a { background-color: #FDF1CF; }
a { background-color: rgb(253,241,207); }
div.DivClassName
{
background-color: #FDF1CF;
}
.BgClassName
{
background-color: #FDF1CF;
}
</style>
border-color css
<style>
span { border-color: #FDF1CF; }
span { border-color: rgb(253,241,207); }
td.TdClassName
{
border-color: #FDF1CF;
}
.TagClassName
{
border-color: #FDF1CF;
}
</style>