Shades of China Ivory #FFF3D0
Tints of China Ivory #FFF3D0
RGB
CMYK
RGB Variations
Color information
#FFF3D0 (or 0xFFF3D0) is known color: China Ivory. HEX triplet: FF, F3 and D0. RGB value is (255,243,208). Sum of RGB (Red+Green+Blue) = 255+243+208=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 243 (95.31% from 255 or 34.42% from 706); Blue value is 208 (81.64% from 255 or 29.46% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3D0 is #000C2F. Grayscale: #F2F2F2. Windows color (decimal): -3120 or 13693951. OLE color: 13693951.
HSL color Cylindrical-coordinate representation of color #FFF3D0: hue angle of 44.68º 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 #FFF3D0 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 208 | - |
| CMYK | 0 | 0.05 | 0.18 | 0 |
| HSL | 44.68º | 1% | 0.91% | - |
| HSV(B) | 44.68º | 0.18% | 1% | - |
| XYZ | 84.68 | 89.92 | 72.57 | - |
| YUV | 242.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 208 | 0 | 0.05 | 0.18 | 0 | 44.68 | 1 | 0.91 |
| Hex | FF | F3 | D0 | 0 | 5 | 12 | 0 | 2D | 64 | 5B |
| Octal | 377 | 363 | 320 | 0 | 5 | 22 | 0 | 55 | 144 | 133 |
| Binary | 11111111 | 11110011 | 11010000 | 0 | 101 | 10010 | 0 | 101101 | 1100100 | 1011011 |
Color Harmonies of #FFF3D0
Complementary color
Monochromatic Colors of #FFF3D0
Black with #FFF3D0
Text Example
Text Example
White with #FFF3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3D0; }
p { color: rgb(255,243,208); }
H1.HeaderClassName
{
color: #FFF3D0;
}
.AnyTagClassName
{
color: #FFF3D0;
}
</style>
background-color css
<style>
a { background-color: #FFF3D0; }
a { background-color: rgb(255,243,208); }
div.DivClassName
{
background-color: #FFF3D0;
}
.BgClassName
{
background-color: #FFF3D0;
}
</style>
border-color css
<style>
span { border-color: #FFF3D0; }
span { border-color: rgb(255,243,208); }
td.TdClassName
{
border-color: #FFF3D0;
}
.TagClassName
{
border-color: #FFF3D0;
}
</style>