Shades of China Ivory #FBF3D4
Tints of China Ivory #FBF3D4
RGB
CMYK
RGB Variations
Color information
#FBF3D4 (or 0xFBF3D4) is known color: China Ivory. HEX triplet: FB, F3 and D4. RGB value is (251,243,212). Sum of RGB (Red+Green+Blue) = 251+243+212=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 243 (95.31% from 255 or 34.42% from 706); Blue value is 212 (83.20% from 255 or 30.03% from 706); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3D4 is #040C2B. Grayscale: #F1F1F1. Windows color (decimal): -265260 or 13956091. OLE color: 13956091.
HSL color Cylindrical-coordinate representation of color #FBF3D4: hue angle of 47.69º 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 #FBF3D4 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 243 | 212 | - |
CMYK | 0 | 0.03 | 0.16 | 0.02 |
HSL | 47.69º | 0.83% | 0.91% | - |
HSV(B) | 47.69º | 0.16% | 0.98% | - |
XYZ | 83.72 | 89.36 | 75.12 | - |
YUV | 241.86 | 111.15 | 134.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 243 | 212 | 0 | 0.03 | 0.16 | 0.02 | 47.69 | 0.83 | 0.91 |
Hex | FB | F3 | D4 | 0 | 3 | 10 | 2 | 30 | 53 | 5B |
Octal | 373 | 363 | 324 | 0 | 3 | 20 | 2 | 60 | 123 | 133 |
Binary | 11111011 | 11110011 | 11010100 | 0 | 11 | 10000 | 10 | 110000 | 1010011 | 1011011 |
Color Harmonies of #FBF3D4
Complementary color
Monochromatic Colors of #FBF3D4
Black with #FBF3D4
Text Example
Text Example
White with #FBF3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF3D4; }
p { color: rgb(251,243,212); }
H1.HeaderClassName
{
color: #FBF3D4;
}
.AnyTagClassName
{
color: #FBF3D4;
}
</style>
background-color css
<style>
a { background-color: #FBF3D4; }
a { background-color: rgb(251,243,212); }
div.DivClassName
{
background-color: #FBF3D4;
}
.BgClassName
{
background-color: #FBF3D4;
}
</style>
border-color css
<style>
span { border-color: #FBF3D4; }
span { border-color: rgb(251,243,212); }
td.TdClassName
{
border-color: #FBF3D4;
}
.TagClassName
{
border-color: #FBF3D4;
}
</style>