Shades of China Ivory #FFF6D0
Tints of China Ivory #FFF6D0
RGB
CMYK
RGB Variations
Color information
#FFF6D0 (or 0xFFF6D0) is known color: China Ivory. HEX triplet: FF, F6 and D0. RGB value is (255,246,208). Sum of RGB (Red+Green+Blue) = 255+246+208=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 246 (96.48% from 255 or 34.70% from 709); Blue value is 208 (81.64% from 255 or 29.34% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6D0 is #00092F. Grayscale: #F4F4F4. Windows color (decimal): -2352 or 13694719. OLE color: 13694719.
HSL color Cylindrical-coordinate representation of color #FFF6D0: hue angle of 48.51º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFF6D0 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 208 | - |
| CMYK | 0 | 0.04 | 0.18 | 0 |
| HSL | 48.51º | 1% | 0.91% | - |
| HSV(B) | 48.51º | 0.18% | 1% | - |
| XYZ | 85.58 | 91.73 | 72.87 | - |
| YUV | 244.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 208 | 0 | 0.04 | 0.18 | 0 | 48.51 | 1 | 0.91 |
| Hex | FF | F6 | D0 | 0 | 4 | 12 | 0 | 31 | 64 | 5B |
| Octal | 377 | 366 | 320 | 0 | 4 | 22 | 0 | 61 | 144 | 133 |
| Binary | 11111111 | 11110110 | 11010000 | 0 | 100 | 10010 | 0 | 110001 | 1100100 | 1011011 |
Color Harmonies of #FFF6D0
Complementary color
Monochromatic Colors of #FFF6D0
Black with #FFF6D0
Text Example
Text Example
White with #FFF6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6D0; }
p { color: rgb(255,246,208); }
H1.HeaderClassName
{
color: #FFF6D0;
}
.AnyTagClassName
{
color: #FFF6D0;
}
</style>
background-color css
<style>
a { background-color: #FFF6D0; }
a { background-color: rgb(255,246,208); }
div.DivClassName
{
background-color: #FFF6D0;
}
.BgClassName
{
background-color: #FFF6D0;
}
</style>
border-color css
<style>
span { border-color: #FFF6D0; }
span { border-color: rgb(255,246,208); }
td.TdClassName
{
border-color: #FFF6D0;
}
.TagClassName
{
border-color: #FFF6D0;
}
</style>