Shades of China Ivory #F8F0CC
Tints of China Ivory #F8F0CC
RGB
CMYK
RGB Variations
Color information
#F8F0CC (or 0xF8F0CC) is known color: China Ivory. HEX triplet: F8, F0 and CC. RGB value is (248,240,204). Sum of RGB (Red+Green+Blue) = 248+240+204=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 204 (80.08% from 255 or 29.48% from 692); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F0CC is #070F33. Grayscale: #EEEEEE. Windows color (decimal): -462644 or 13431032. OLE color: 13431032.
HSL color Cylindrical-coordinate representation of color #F8F0CC: hue angle of 49.09º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8F0CC is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 204 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.03 |
| HSL | 49.09º | 0.76% | 0.89% | - |
| HSV(B) | 49.09º | 0.18% | 0.97% | - |
| XYZ | 80.77 | 86.64 | 69.59 | - |
| YUV | 238.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 204 | 0 | 0.03 | 0.18 | 0.03 | 49.09 | 0.76 | 0.89 |
| Hex | F8 | F0 | CC | 0 | 3 | 12 | 3 | 31 | 4C | 59 |
| Octal | 370 | 360 | 314 | 0 | 3 | 22 | 3 | 61 | 114 | 131 |
| Binary | 11111000 | 11110000 | 11001100 | 0 | 11 | 10010 | 11 | 110001 | 1001100 | 1011001 |
Color Harmonies of #F8F0CC
Complementary color
Monochromatic Colors of #F8F0CC
Black with #F8F0CC
Text Example
Text Example
White with #F8F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F0CC; }
p { color: rgb(248,240,204); }
H1.HeaderClassName
{
color: #F8F0CC;
}
.AnyTagClassName
{
color: #F8F0CC;
}
</style>
background-color css
<style>
a { background-color: #F8F0CC; }
a { background-color: rgb(248,240,204); }
div.DivClassName
{
background-color: #F8F0CC;
}
.BgClassName
{
background-color: #F8F0CC;
}
</style>
border-color css
<style>
span { border-color: #F8F0CC; }
span { border-color: rgb(248,240,204); }
td.TdClassName
{
border-color: #F8F0CC;
}
.TagClassName
{
border-color: #F8F0CC;
}
</style>