Shades of China Ivory #FFF5D2
Tints of China Ivory #FFF5D2
RGB
CMYK
RGB Variations
Color information
#FFF5D2 (or 0xFFF5D2) is known color: China Ivory. HEX triplet: FF, F5 and D2. RGB value is (255,245,210). Sum of RGB (Red+Green+Blue) = 255+245+210=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 245 (96.09% from 255 or 34.51% from 710); Blue value is 210 (82.42% from 255 or 29.58% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5D2 is #000A2D. Grayscale: #F4F4F4. Windows color (decimal): -2606 or 13825535. OLE color: 13825535.
HSL color Cylindrical-coordinate representation of color #FFF5D2: hue angle of 46.67º 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 #FFF5D2 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 210 | - |
| CMYK | 0 | 0.04 | 0.18 | 0 |
| HSL | 46.67º | 1% | 0.91% | - |
| HSV(B) | 46.67º | 0.18% | 1% | - |
| XYZ | 85.53 | 91.22 | 74.07 | - |
| YUV | 244 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 210 | 0 | 0.04 | 0.18 | 0 | 46.67 | 1 | 0.91 |
| Hex | FF | F5 | D2 | 0 | 4 | 12 | 0 | 2F | 64 | 5B |
| Octal | 377 | 365 | 322 | 0 | 4 | 22 | 0 | 57 | 144 | 133 |
| Binary | 11111111 | 11110101 | 11010010 | 0 | 100 | 10010 | 0 | 101111 | 1100100 | 1011011 |
Color Harmonies of #FFF5D2
Complementary color
Monochromatic Colors of #FFF5D2
Black with #FFF5D2
Text Example
Text Example
White with #FFF5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5D2; }
p { color: rgb(255,245,210); }
H1.HeaderClassName
{
color: #FFF5D2;
}
.AnyTagClassName
{
color: #FFF5D2;
}
</style>
background-color css
<style>
a { background-color: #FFF5D2; }
a { background-color: rgb(255,245,210); }
div.DivClassName
{
background-color: #FFF5D2;
}
.BgClassName
{
background-color: #FFF5D2;
}
</style>
border-color css
<style>
span { border-color: #FFF5D2; }
span { border-color: rgb(255,245,210); }
td.TdClassName
{
border-color: #FFF5D2;
}
.TagClassName
{
border-color: #FFF5D2;
}
</style>