Shades of China Ivory #FFF5D0
Tints of China Ivory #FFF5D0
RGB
CMYK
RGB Variations
Color information
#FFF5D0 (or 0xFFF5D0) is known color: China Ivory. HEX triplet: FF, F5 and D0. RGB value is (255,245,208). Sum of RGB (Red+Green+Blue) = 255+245+208=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 245 (96.09% from 255 or 34.60% from 708); Blue value is 208 (81.64% from 255 or 29.38% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5D0 is #000A2F. Grayscale: #F3F3F3. Windows color (decimal): -2608 or 13694463. OLE color: 13694463.
HSL color Cylindrical-coordinate representation of color #FFF5D0: hue angle of 47.23º 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 #FFF5D0 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 208 | - |
| CMYK | 0 | 0.04 | 0.18 | 0 |
| HSL | 47.23º | 1% | 0.91% | - |
| HSV(B) | 47.23º | 0.18% | 1% | - |
| XYZ | 85.28 | 91.12 | 72.77 | - |
| YUV | 243.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 208 | 0 | 0.04 | 0.18 | 0 | 47.23 | 1 | 0.91 |
| Hex | FF | F5 | D0 | 0 | 4 | 12 | 0 | 2F | 64 | 5B |
| Octal | 377 | 365 | 320 | 0 | 4 | 22 | 0 | 57 | 144 | 133 |
| Binary | 11111111 | 11110101 | 11010000 | 0 | 100 | 10010 | 0 | 101111 | 1100100 | 1011011 |
Color Harmonies of #FFF5D0
Complementary color
Monochromatic Colors of #FFF5D0
Black with #FFF5D0
Text Example
Text Example
White with #FFF5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5D0; }
p { color: rgb(255,245,208); }
H1.HeaderClassName
{
color: #FFF5D0;
}
.AnyTagClassName
{
color: #FFF5D0;
}
</style>
background-color css
<style>
a { background-color: #FFF5D0; }
a { background-color: rgb(255,245,208); }
div.DivClassName
{
background-color: #FFF5D0;
}
.BgClassName
{
background-color: #FFF5D0;
}
</style>
border-color css
<style>
span { border-color: #FFF5D0; }
span { border-color: rgb(255,245,208); }
td.TdClassName
{
border-color: #FFF5D0;
}
.TagClassName
{
border-color: #FFF5D0;
}
</style>