Shades of China Ivory #FBF3D6
Tints of China Ivory #FBF3D6
RGB
CMYK
RGB Variations
Color information
#FBF3D6 (or 0xFBF3D6) is known color: China Ivory. HEX triplet: FB, F3 and D6. RGB value is (251,243,214). Sum of RGB (Red+Green+Blue) = 251+243+214=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 243 (95.31% from 255 or 34.32% from 708); Blue value is 214 (83.98% from 255 or 30.23% from 708); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3D6 is #040C29. Grayscale: #F2F2F2. Windows color (decimal): -265258 or 14087163. OLE color: 14087163.
HSL color Cylindrical-coordinate representation of color #FBF3D6: hue angle of 47.03º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBF3D6 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 214 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.02 |
| HSL | 47.03º | 0.82% | 0.91% | - |
| HSV(B) | 47.03º | 0.15% | 0.98% | - |
| XYZ | 83.97 | 89.47 | 76.46 | - |
| YUV | 242.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 214 | 0 | 0.03 | 0.15 | 0.02 | 47.03 | 0.82 | 0.91 |
| Hex | FB | F3 | D6 | 0 | 3 | F | 2 | 2F | 52 | 5B |
| Octal | 373 | 363 | 326 | 0 | 3 | 17 | 2 | 57 | 122 | 133 |
| Binary | 11111011 | 11110011 | 11010110 | 0 | 11 | 1111 | 10 | 101111 | 1010010 | 1011011 |
Color Harmonies of #FBF3D6
Complementary color
Monochromatic Colors of #FBF3D6
Black with #FBF3D6
Text Example
Text Example
White with #FBF3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF3D6; }
p { color: rgb(251,243,214); }
H1.HeaderClassName
{
color: #FBF3D6;
}
.AnyTagClassName
{
color: #FBF3D6;
}
</style>
background-color css
<style>
a { background-color: #FBF3D6; }
a { background-color: rgb(251,243,214); }
div.DivClassName
{
background-color: #FBF3D6;
}
.BgClassName
{
background-color: #FBF3D6;
}
</style>
border-color css
<style>
span { border-color: #FBF3D6; }
span { border-color: rgb(251,243,214); }
td.TdClassName
{
border-color: #FBF3D6;
}
.TagClassName
{
border-color: #FBF3D6;
}
</style>