Shades of China Ivory #FFF3D1
Tints of China Ivory #FFF3D1
RGB
CMYK
RGB Variations
Color information
#FFF3D1 (or 0xFFF3D1) is known color: China Ivory. HEX triplet: FF, F3 and D1. RGB value is (255,243,209). Sum of RGB (Red+Green+Blue) = 255+243+209=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 243 (95.31% from 255 or 34.37% from 707); Blue value is 209 (82.03% from 255 or 29.56% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3D1 is #000C2E. Grayscale: #F2F2F2. Windows color (decimal): -3119 or 13759487. OLE color: 13759487.
HSL color Cylindrical-coordinate representation of color #FFF3D1: hue angle of 44.35º 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 #FFF3D1 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 209 | - |
| CMYK | 0 | 0.05 | 0.18 | 0 |
| HSL | 44.35º | 1% | 0.91% | - |
| HSV(B) | 44.35º | 0.18% | 1% | - |
| XYZ | 84.8 | 89.96 | 73.22 | - |
| YUV | 242.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 209 | 0 | 0.05 | 0.18 | 0 | 44.35 | 1 | 0.91 |
| Hex | FF | F3 | D1 | 0 | 5 | 12 | 0 | 2C | 64 | 5B |
| Octal | 377 | 363 | 321 | 0 | 5 | 22 | 0 | 54 | 144 | 133 |
| Binary | 11111111 | 11110011 | 11010001 | 0 | 101 | 10010 | 0 | 101100 | 1100100 | 1011011 |
Color Harmonies of #FFF3D1
Complementary color
Monochromatic Colors of #FFF3D1
Black with #FFF3D1
Text Example
Text Example
White with #FFF3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3D1; }
p { color: rgb(255,243,209); }
H1.HeaderClassName
{
color: #FFF3D1;
}
.AnyTagClassName
{
color: #FFF3D1;
}
</style>
background-color css
<style>
a { background-color: #FFF3D1; }
a { background-color: rgb(255,243,209); }
div.DivClassName
{
background-color: #FFF3D1;
}
.BgClassName
{
background-color: #FFF3D1;
}
</style>
border-color css
<style>
span { border-color: #FFF3D1; }
span { border-color: rgb(255,243,209); }
td.TdClassName
{
border-color: #FFF3D1;
}
.TagClassName
{
border-color: #FFF3D1;
}
</style>