Shades of China Ivory #F8F1D5
Tints of China Ivory #F8F1D5
RGB
CMYK
RGB Variations
Color information
#F8F1D5 (or 0xF8F1D5) is known color: China Ivory. HEX triplet: F8, F1 and D5. RGB value is (248,241,213). Sum of RGB (Red+Green+Blue) = 248+241+213=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 241 (94.53% from 255 or 34.33% from 702); Blue value is 213 (83.59% from 255 or 30.34% from 702); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F1D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F1D5 is #070E2A. Grayscale: #F0F0F0. Windows color (decimal): -462379 or 14021112. OLE color: 14021112.
HSL color Cylindrical-coordinate representation of color #F8F1D5: hue angle of 48º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8F1D5 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 213 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.03 |
| HSL | 48º | 0.71% | 0.9% | - |
| HSV(B) | 48º | 0.14% | 0.97% | - |
| XYZ | 82.18 | 87.67 | 75.54 | - |
| YUV | 239.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 213 | 0 | 0.03 | 0.14 | 0.03 | 48 | 0.71 | 0.9 |
| Hex | F8 | F1 | D5 | 0 | 3 | E | 3 | 30 | 47 | 5A |
| Octal | 370 | 361 | 325 | 0 | 3 | 16 | 3 | 60 | 107 | 132 |
| Binary | 11111000 | 11110001 | 11010101 | 0 | 11 | 1110 | 11 | 110000 | 1000111 | 1011010 |
Color Harmonies of #F8F1D5
Complementary color
Monochromatic Colors of #F8F1D5
Black with #F8F1D5
Text Example
Text Example
White with #F8F1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F1D5; }
p { color: rgb(248,241,213); }
H1.HeaderClassName
{
color: #F8F1D5;
}
.AnyTagClassName
{
color: #F8F1D5;
}
</style>
background-color css
<style>
a { background-color: #F8F1D5; }
a { background-color: rgb(248,241,213); }
div.DivClassName
{
background-color: #F8F1D5;
}
.BgClassName
{
background-color: #F8F1D5;
}
</style>
border-color css
<style>
span { border-color: #F8F1D5; }
span { border-color: rgb(248,241,213); }
td.TdClassName
{
border-color: #F8F1D5;
}
.TagClassName
{
border-color: #F8F1D5;
}
</style>