Shades of China Ivory #F8EFD3
Tints of China Ivory #F8EFD3
RGB
CMYK
RGB Variations
Color information
#F8EFD3 (or 0xF8EFD3) is known color: China Ivory. HEX triplet: F8, EF and D3. RGB value is (248,239,211). Sum of RGB (Red+Green+Blue) = 248+239+211=698 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.53% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 211 (82.81% from 255 or 30.23% from 698); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EFD3 is #07102C. Grayscale: #EEEEEE. Windows color (decimal): -462893 or 13889528. OLE color: 13889528.
HSL color Cylindrical-coordinate representation of color #F8EFD3: hue angle of 45.41º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8EFD3 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 239 | 211 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.03 |
| HSL | 45.41º | 0.73% | 0.9% | - |
| HSV(B) | 45.41º | 0.15% | 0.97% | - |
| XYZ | 81.34 | 86.39 | 74.02 | - |
| YUV | 238.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 239 | 211 | 0 | 0.04 | 0.15 | 0.03 | 45.41 | 0.73 | 0.9 |
| Hex | F8 | EF | D3 | 0 | 4 | F | 3 | 2D | 49 | 5A |
| Octal | 370 | 357 | 323 | 0 | 4 | 17 | 3 | 55 | 111 | 132 |
| Binary | 11111000 | 11101111 | 11010011 | 0 | 100 | 1111 | 11 | 101101 | 1001001 | 1011010 |
Color Harmonies of #F8EFD3
Complementary color
Monochromatic Colors of #F8EFD3
Black with #F8EFD3
Text Example
Text Example
White with #F8EFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EFD3; }
p { color: rgb(248,239,211); }
H1.HeaderClassName
{
color: #F8EFD3;
}
.AnyTagClassName
{
color: #F8EFD3;
}
</style>
background-color css
<style>
a { background-color: #F8EFD3; }
a { background-color: rgb(248,239,211); }
div.DivClassName
{
background-color: #F8EFD3;
}
.BgClassName
{
background-color: #F8EFD3;
}
</style>
border-color css
<style>
span { border-color: #F8EFD3; }
span { border-color: rgb(248,239,211); }
td.TdClassName
{
border-color: #F8EFD3;
}
.TagClassName
{
border-color: #F8EFD3;
}
</style>