Shades of China Ivory #FFF5D3
Tints of China Ivory #FFF5D3
RGB
CMYK
RGB Variations
Color information
#FFF5D3 (or 0xFFF5D3) is known color: China Ivory. HEX triplet: FF, F5 and D3. RGB value is (255,245,211). Sum of RGB (Red+Green+Blue) = 255+245+211=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 245 (96.09% from 255 or 34.46% from 711); Blue value is 211 (82.81% from 255 or 29.68% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5D3 is #000A2C. Grayscale: #F4F4F4. Windows color (decimal): -2605 or 13891071. OLE color: 13891071.
HSL color Cylindrical-coordinate representation of color #FFF5D3: hue angle of 46.36º 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 #FFF5D3 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 211 | - |
| CMYK | 0 | 0.04 | 0.17 | 0 |
| HSL | 46.36º | 1% | 0.91% | - |
| HSV(B) | 46.36º | 0.17% | 1% | - |
| XYZ | 85.65 | 91.27 | 74.73 | - |
| YUV | 244.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 211 | 0 | 0.04 | 0.17 | 0 | 46.36 | 1 | 0.91 |
| Hex | FF | F5 | D3 | 0 | 4 | 11 | 0 | 2E | 64 | 5B |
| Octal | 377 | 365 | 323 | 0 | 4 | 21 | 0 | 56 | 144 | 133 |
| Binary | 11111111 | 11110101 | 11010011 | 0 | 100 | 10001 | 0 | 101110 | 1100100 | 1011011 |
Color Harmonies of #FFF5D3
Complementary color
Monochromatic Colors of #FFF5D3
Black with #FFF5D3
Text Example
Text Example
White with #FFF5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5D3; }
p { color: rgb(255,245,211); }
H1.HeaderClassName
{
color: #FFF5D3;
}
.AnyTagClassName
{
color: #FFF5D3;
}
</style>
background-color css
<style>
a { background-color: #FFF5D3; }
a { background-color: rgb(255,245,211); }
div.DivClassName
{
background-color: #FFF5D3;
}
.BgClassName
{
background-color: #FFF5D3;
}
</style>
border-color css
<style>
span { border-color: #FFF5D3; }
span { border-color: rgb(255,245,211); }
td.TdClassName
{
border-color: #FFF5D3;
}
.TagClassName
{
border-color: #FFF5D3;
}
</style>