Shades of China Ivory #FBF2D1
Tints of China Ivory #FBF2D1
RGB
CMYK
RGB Variations
Color information
#FBF2D1 (or 0xFBF2D1) is known color: China Ivory. HEX triplet: FB, F2 and D1. RGB value is (251,242,209). Sum of RGB (Red+Green+Blue) = 251+242+209=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 209 (82.03% from 255 or 29.77% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2D1 is #040D2E. Grayscale: #F1F1F1. Windows color (decimal): -265519 or 13759227. OLE color: 13759227.
HSL color Cylindrical-coordinate representation of color #FBF2D1: hue angle of 47.14º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBF2D1 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 209 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.02 |
| HSL | 47.14º | 0.84% | 0.9% | - |
| HSV(B) | 47.14º | 0.17% | 0.98% | - |
| XYZ | 83.04 | 88.62 | 73.05 | - |
| YUV | 240.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 209 | 0 | 0.04 | 0.17 | 0.02 | 47.14 | 0.84 | 0.9 |
| Hex | FB | F2 | D1 | 0 | 4 | 11 | 2 | 2F | 54 | 5A |
| Octal | 373 | 362 | 321 | 0 | 4 | 21 | 2 | 57 | 124 | 132 |
| Binary | 11111011 | 11110010 | 11010001 | 0 | 100 | 10001 | 10 | 101111 | 1010100 | 1011010 |
Color Harmonies of #FBF2D1
Complementary color
Monochromatic Colors of #FBF2D1
Black with #FBF2D1
Text Example
Text Example
White with #FBF2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF2D1; }
p { color: rgb(251,242,209); }
H1.HeaderClassName
{
color: #FBF2D1;
}
.AnyTagClassName
{
color: #FBF2D1;
}
</style>
background-color css
<style>
a { background-color: #FBF2D1; }
a { background-color: rgb(251,242,209); }
div.DivClassName
{
background-color: #FBF2D1;
}
.BgClassName
{
background-color: #FBF2D1;
}
</style>
border-color css
<style>
span { border-color: #FBF2D1; }
span { border-color: rgb(251,242,209); }
td.TdClassName
{
border-color: #FBF2D1;
}
.TagClassName
{
border-color: #FBF2D1;
}
</style>