Shades of China Ivory #FFF5D1
Tints of China Ivory #FFF5D1
RGB
CMYK
RGB Variations
Color information
#FFF5D1 (or 0xFFF5D1) is known color: China Ivory. HEX triplet: FF, F5 and D1. RGB value is (255,245,209). Sum of RGB (Red+Green+Blue) = 255+245+209=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 245 (96.09% from 255 or 34.56% from 709); Blue value is 209 (82.03% from 255 or 29.48% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5D1 is #000A2E. Grayscale: #F4F4F4. Windows color (decimal): -2607 or 13759999. OLE color: 13759999.
HSL color Cylindrical-coordinate representation of color #FFF5D1: hue angle of 46.96º 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 #FFF5D1 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 209 | - |
| CMYK | 0 | 0.04 | 0.18 | 0 |
| HSL | 46.96º | 1% | 0.91% | - |
| HSV(B) | 46.96º | 0.18% | 1% | - |
| XYZ | 85.4 | 91.17 | 73.42 | - |
| YUV | 243.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 209 | 0 | 0.04 | 0.18 | 0 | 46.96 | 1 | 0.91 |
| Hex | FF | F5 | D1 | 0 | 4 | 12 | 0 | 2F | 64 | 5B |
| Octal | 377 | 365 | 321 | 0 | 4 | 22 | 0 | 57 | 144 | 133 |
| Binary | 11111111 | 11110101 | 11010001 | 0 | 100 | 10010 | 0 | 101111 | 1100100 | 1011011 |
Color Harmonies of #FFF5D1
Complementary color
Monochromatic Colors of #FFF5D1
Black with #FFF5D1
Text Example
Text Example
White with #FFF5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5D1; }
p { color: rgb(255,245,209); }
H1.HeaderClassName
{
color: #FFF5D1;
}
.AnyTagClassName
{
color: #FFF5D1;
}
</style>
background-color css
<style>
a { background-color: #FFF5D1; }
a { background-color: rgb(255,245,209); }
div.DivClassName
{
background-color: #FFF5D1;
}
.BgClassName
{
background-color: #FFF5D1;
}
</style>
border-color css
<style>
span { border-color: #FFF5D1; }
span { border-color: rgb(255,245,209); }
td.TdClassName
{
border-color: #FFF5D1;
}
.TagClassName
{
border-color: #FFF5D1;
}
</style>