Shades of China Ivory #FBF3D3
Tints of China Ivory #FBF3D3
RGB
CMYK
RGB Variations
Color information
#FBF3D3 (or 0xFBF3D3) is known color: China Ivory. HEX triplet: FB, F3 and D3. RGB value is (251,243,211). Sum of RGB (Red+Green+Blue) = 251+243+211=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 243 (95.31% from 255 or 34.47% from 705); Blue value is 211 (82.81% from 255 or 29.93% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3D3 is #040C2C. Grayscale: #F1F1F1. Windows color (decimal): -265261 or 13890555. OLE color: 13890555.
HSL color Cylindrical-coordinate representation of color #FBF3D3: hue angle of 48º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBF3D3 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 211 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.02 |
| HSL | 48º | 0.83% | 0.91% | - |
| HSV(B) | 48º | 0.16% | 0.98% | - |
| XYZ | 83.59 | 89.31 | 74.46 | - |
| YUV | 241.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 211 | 0 | 0.03 | 0.16 | 0.02 | 48 | 0.83 | 0.91 |
| Hex | FB | F3 | D3 | 0 | 3 | 10 | 2 | 30 | 53 | 5B |
| Octal | 373 | 363 | 323 | 0 | 3 | 20 | 2 | 60 | 123 | 133 |
| Binary | 11111011 | 11110011 | 11010011 | 0 | 11 | 10000 | 10 | 110000 | 1010011 | 1011011 |
Color Harmonies of #FBF3D3
Complementary color
Monochromatic Colors of #FBF3D3
Black with #FBF3D3
Text Example
Text Example
White with #FBF3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF3D3; }
p { color: rgb(251,243,211); }
H1.HeaderClassName
{
color: #FBF3D3;
}
.AnyTagClassName
{
color: #FBF3D3;
}
</style>
background-color css
<style>
a { background-color: #FBF3D3; }
a { background-color: rgb(251,243,211); }
div.DivClassName
{
background-color: #FBF3D3;
}
.BgClassName
{
background-color: #FBF3D3;
}
</style>
border-color css
<style>
span { border-color: #FBF3D3; }
span { border-color: rgb(251,243,211); }
td.TdClassName
{
border-color: #FBF3D3;
}
.TagClassName
{
border-color: #FBF3D3;
}
</style>