Shades of China Ivory #FFF6D3
Tints of China Ivory #FFF6D3
RGB
CMYK
RGB Variations
Color information
#FFF6D3 (or 0xFFF6D3) is known color: China Ivory. HEX triplet: FF, F6 and D3. RGB value is (255,246,211). Sum of RGB (Red+Green+Blue) = 255+246+211=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 246 (96.48% from 255 or 34.55% from 712); Blue value is 211 (82.81% from 255 or 29.63% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6D3 is #00092C. Grayscale: #F4F4F4. Windows color (decimal): -2349 or 13891327. OLE color: 13891327.
HSL color Cylindrical-coordinate representation of color #FFF6D3: hue angle of 47.73º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFF6D3 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 211 | - |
| CMYK | 0 | 0.04 | 0.17 | 0 |
| HSL | 47.73º | 1% | 0.91% | - |
| HSV(B) | 47.73º | 0.17% | 1% | - |
| XYZ | 85.95 | 91.87 | 74.83 | - |
| YUV | 244.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 211 | 0 | 0.04 | 0.17 | 0 | 47.73 | 1 | 0.91 |
| Hex | FF | F6 | D3 | 0 | 4 | 11 | 0 | 30 | 64 | 5B |
| Octal | 377 | 366 | 323 | 0 | 4 | 21 | 0 | 60 | 144 | 133 |
| Binary | 11111111 | 11110110 | 11010011 | 0 | 100 | 10001 | 0 | 110000 | 1100100 | 1011011 |
Color Harmonies of #FFF6D3
Complementary color
Monochromatic Colors of #FFF6D3
Black with #FFF6D3
Text Example
Text Example
White with #FFF6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6D3; }
p { color: rgb(255,246,211); }
H1.HeaderClassName
{
color: #FFF6D3;
}
.AnyTagClassName
{
color: #FFF6D3;
}
</style>
background-color css
<style>
a { background-color: #FFF6D3; }
a { background-color: rgb(255,246,211); }
div.DivClassName
{
background-color: #FFF6D3;
}
.BgClassName
{
background-color: #FFF6D3;
}
</style>
border-color css
<style>
span { border-color: #FFF6D3; }
span { border-color: rgb(255,246,211); }
td.TdClassName
{
border-color: #FFF6D3;
}
.TagClassName
{
border-color: #FFF6D3;
}
</style>