Shades of China Ivory #FBF0CE
Tints of China Ivory #FBF0CE
RGB
CMYK
RGB Variations
Color information
#FBF0CE (or 0xFBF0CE) is known color: China Ivory. HEX triplet: FB, F0 and CE. RGB value is (251,240,206). Sum of RGB (Red+Green+Blue) = 251+240+206=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 206 (80.86% from 255 or 29.56% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0CE is #040F31. Grayscale: #EFEFEF. Windows color (decimal): -266034 or 13562107. OLE color: 13562107.
HSL color Cylindrical-coordinate representation of color #FBF0CE: hue angle of 45.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBF0CE is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 206 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.02 |
| HSL | 45.33º | 0.85% | 0.9% | - |
| HSV(B) | 45.33º | 0.18% | 0.98% | - |
| XYZ | 82.08 | 87.29 | 70.91 | - |
| YUV | 239.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 206 | 0 | 0.04 | 0.18 | 0.02 | 45.33 | 0.85 | 0.9 |
| Hex | FB | F0 | CE | 0 | 4 | 12 | 2 | 2D | 55 | 5A |
| Octal | 373 | 360 | 316 | 0 | 4 | 22 | 2 | 55 | 125 | 132 |
| Binary | 11111011 | 11110000 | 11001110 | 0 | 100 | 10010 | 10 | 101101 | 1010101 | 1011010 |
Color Harmonies of #FBF0CE
Complementary color
Monochromatic Colors of #FBF0CE
Black with #FBF0CE
Text Example
Text Example
White with #FBF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0CE; }
p { color: rgb(251,240,206); }
H1.HeaderClassName
{
color: #FBF0CE;
}
.AnyTagClassName
{
color: #FBF0CE;
}
</style>
background-color css
<style>
a { background-color: #FBF0CE; }
a { background-color: rgb(251,240,206); }
div.DivClassName
{
background-color: #FBF0CE;
}
.BgClassName
{
background-color: #FBF0CE;
}
</style>
border-color css
<style>
span { border-color: #FBF0CE; }
span { border-color: rgb(251,240,206); }
td.TdClassName
{
border-color: #FBF0CE;
}
.TagClassName
{
border-color: #FBF0CE;
}
</style>