Shades of China Ivory #F8F2CE
Tints of China Ivory #F8F2CE
RGB
CMYK
RGB Variations
Color information
#F8F2CE (or 0xF8F2CE) is known color: China Ivory. HEX triplet: F8, F2 and CE. RGB value is (248,242,206). Sum of RGB (Red+Green+Blue) = 248+242+206=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 206 (80.86% from 255 or 29.60% from 696); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F2CE is #070D31. Grayscale: #EFEFEF. Windows color (decimal): -462130 or 13562616. OLE color: 13562616.
HSL color Cylindrical-coordinate representation of color #F8F2CE: hue angle of 51.43º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8F2CE is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 206 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.03 |
| HSL | 51.43º | 0.75% | 0.89% | - |
| HSV(B) | 51.43º | 0.17% | 0.97% | - |
| XYZ | 81.6 | 87.92 | 71.06 | - |
| YUV | 239.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 206 | 0 | 0.02 | 0.17 | 0.03 | 51.43 | 0.75 | 0.89 |
| Hex | F8 | F2 | CE | 0 | 2 | 11 | 3 | 33 | 4B | 59 |
| Octal | 370 | 362 | 316 | 0 | 2 | 21 | 3 | 63 | 113 | 131 |
| Binary | 11111000 | 11110010 | 11001110 | 0 | 10 | 10001 | 11 | 110011 | 1001011 | 1011001 |
Color Harmonies of #F8F2CE
Complementary color
Monochromatic Colors of #F8F2CE
Black with #F8F2CE
Text Example
Text Example
White with #F8F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F2CE; }
p { color: rgb(248,242,206); }
H1.HeaderClassName
{
color: #F8F2CE;
}
.AnyTagClassName
{
color: #F8F2CE;
}
</style>
background-color css
<style>
a { background-color: #F8F2CE; }
a { background-color: rgb(248,242,206); }
div.DivClassName
{
background-color: #F8F2CE;
}
.BgClassName
{
background-color: #F8F2CE;
}
</style>
border-color css
<style>
span { border-color: #F8F2CE; }
span { border-color: rgb(248,242,206); }
td.TdClassName
{
border-color: #F8F2CE;
}
.TagClassName
{
border-color: #F8F2CE;
}
</style>