Shades of China Ivory #F8F2D7
Tints of China Ivory #F8F2D7
RGB
CMYK
RGB Variations
Color information
#F8F2D7 (or 0xF8F2D7) is known color: China Ivory. HEX triplet: F8, F2 and D7. RGB value is (248,242,215). Sum of RGB (Red+Green+Blue) = 248+242+215=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 242 (94.92% from 255 or 34.33% from 705); Blue value is 215 (84.38% from 255 or 30.50% from 705); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F2D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F2D7 is #070D28. Grayscale: #F0F0F0. Windows color (decimal): -462121 or 14152440. OLE color: 14152440.
HSL color Cylindrical-coordinate representation of color #F8F2D7: hue angle of 49.09º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8F2D7 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 242 | 215 | - |
CMYK | 0 | 0.02 | 0.13 | 0.03 |
HSL | 49.09º | 0.7% | 0.91% | - |
HSV(B) | 49.09º | 0.13% | 0.97% | - |
XYZ | 82.73 | 88.37 | 76.99 | - |
YUV | 240.72 | 113.49 | 133.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 242 | 215 | 0 | 0.02 | 0.13 | 0.03 | 49.09 | 0.7 | 0.91 |
Hex | F8 | F2 | D7 | 0 | 2 | D | 3 | 31 | 46 | 5B |
Octal | 370 | 362 | 327 | 0 | 2 | 15 | 3 | 61 | 106 | 133 |
Binary | 11111000 | 11110010 | 11010111 | 0 | 10 | 1101 | 11 | 110001 | 1000110 | 1011011 |
Color Harmonies of #F8F2D7
Complementary color
Monochromatic Colors of #F8F2D7
Black with #F8F2D7
Text Example
Text Example
White with #F8F2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F2D7; }
p { color: rgb(248,242,215); }
H1.HeaderClassName
{
color: #F8F2D7;
}
.AnyTagClassName
{
color: #F8F2D7;
}
</style>
background-color css
<style>
a { background-color: #F8F2D7; }
a { background-color: rgb(248,242,215); }
div.DivClassName
{
background-color: #F8F2D7;
}
.BgClassName
{
background-color: #F8F2D7;
}
</style>
border-color css
<style>
span { border-color: #F8F2D7; }
span { border-color: rgb(248,242,215); }
td.TdClassName
{
border-color: #F8F2D7;
}
.TagClassName
{
border-color: #F8F2D7;
}
</style>