Shades of China Ivory #FFF4D2
Tints of China Ivory #FFF4D2
RGB
CMYK
RGB Variations
Color information
#FFF4D2 (or 0xFFF4D2) is known color: China Ivory. HEX triplet: FF, F4 and D2. RGB value is (255,244,210). Sum of RGB (Red+Green+Blue) = 255+244+210=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 244 (95.70% from 255 or 34.41% from 709); Blue value is 210 (82.42% from 255 or 29.62% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4D2 is #000B2D. Grayscale: #F3F3F3. Windows color (decimal): -2862 or 13825279. OLE color: 13825279.
HSL color Cylindrical-coordinate representation of color #FFF4D2: hue angle of 45.33º 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 #FFF4D2 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 210 | - |
| CMYK | 0 | 0.04 | 0.18 | 0 |
| HSL | 45.33º | 1% | 0.91% | - |
| HSV(B) | 45.33º | 0.18% | 1% | - |
| XYZ | 85.22 | 90.61 | 73.97 | - |
| YUV | 243.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 210 | 0 | 0.04 | 0.18 | 0 | 45.33 | 1 | 0.91 |
| Hex | FF | F4 | D2 | 0 | 4 | 12 | 0 | 2D | 64 | 5B |
| Octal | 377 | 364 | 322 | 0 | 4 | 22 | 0 | 55 | 144 | 133 |
| Binary | 11111111 | 11110100 | 11010010 | 0 | 100 | 10010 | 0 | 101101 | 1100100 | 1011011 |
Color Harmonies of #FFF4D2
Complementary color
Monochromatic Colors of #FFF4D2
Black with #FFF4D2
Text Example
Text Example
White with #FFF4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4D2; }
p { color: rgb(255,244,210); }
H1.HeaderClassName
{
color: #FFF4D2;
}
.AnyTagClassName
{
color: #FFF4D2;
}
</style>
background-color css
<style>
a { background-color: #FFF4D2; }
a { background-color: rgb(255,244,210); }
div.DivClassName
{
background-color: #FFF4D2;
}
.BgClassName
{
background-color: #FFF4D2;
}
</style>
border-color css
<style>
span { border-color: #FFF4D2; }
span { border-color: rgb(255,244,210); }
td.TdClassName
{
border-color: #FFF4D2;
}
.TagClassName
{
border-color: #FFF4D2;
}
</style>