Shades of China Ivory #FFF6CF
Tints of China Ivory #FFF6CF
RGB
CMYK
RGB Variations
Color information
#FFF6CF (or 0xFFF6CF) is known color: China Ivory. HEX triplet: FF, F6 and CF. RGB value is (255,246,207). Sum of RGB (Red+Green+Blue) = 255+246+207=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 246 (96.48% from 255 or 34.75% from 708); Blue value is 207 (81.25% from 255 or 29.24% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6CF is #000930. Grayscale: #F4F4F4. Windows color (decimal): -2353 or 13629183. OLE color: 13629183.
HSL color Cylindrical-coordinate representation of color #FFF6CF: hue angle of 48.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFF6CF is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 207 | - |
| CMYK | 0 | 0.04 | 0.19 | 0 |
| HSL | 48.75º | 1% | 0.91% | - |
| HSV(B) | 48.75º | 0.19% | 1% | - |
| XYZ | 85.46 | 91.68 | 72.22 | - |
| YUV | 244.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 207 | 0 | 0.04 | 0.19 | 0 | 48.75 | 1 | 0.91 |
| Hex | FF | F6 | CF | 0 | 4 | 13 | 0 | 31 | 64 | 5B |
| Octal | 377 | 366 | 317 | 0 | 4 | 23 | 0 | 61 | 144 | 133 |
| Binary | 11111111 | 11110110 | 11001111 | 0 | 100 | 10011 | 0 | 110001 | 1100100 | 1011011 |
Color Harmonies of #FFF6CF
Complementary color
Monochromatic Colors of #FFF6CF
Black with #FFF6CF
Text Example
Text Example
White with #FFF6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6CF; }
p { color: rgb(255,246,207); }
H1.HeaderClassName
{
color: #FFF6CF;
}
.AnyTagClassName
{
color: #FFF6CF;
}
</style>
background-color css
<style>
a { background-color: #FFF6CF; }
a { background-color: rgb(255,246,207); }
div.DivClassName
{
background-color: #FFF6CF;
}
.BgClassName
{
background-color: #FFF6CF;
}
</style>
border-color css
<style>
span { border-color: #FFF6CF; }
span { border-color: rgb(255,246,207); }
td.TdClassName
{
border-color: #FFF6CF;
}
.TagClassName
{
border-color: #FFF6CF;
}
</style>