Shades of China Ivory #FBF1CF
Tints of China Ivory #FBF1CF
RGB
CMYK
RGB Variations
Color information
#FBF1CF (or 0xFBF1CF) is known color: China Ivory. HEX triplet: FB, F1 and CF. RGB value is (251,241,207). Sum of RGB (Red+Green+Blue) = 251+241+207=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 207 (81.25% from 255 or 29.61% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1CF is #040E30. Grayscale: #F0F0F0. Windows color (decimal): -265777 or 13627899. OLE color: 13627899.
HSL color Cylindrical-coordinate representation of color #FBF1CF: hue angle of 46.36º 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 #FBF1CF is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 207 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.02 |
| HSL | 46.36º | 0.85% | 0.9% | - |
| HSV(B) | 46.36º | 0.18% | 0.98% | - |
| XYZ | 82.5 | 87.92 | 71.65 | - |
| YUV | 240.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 207 | 0 | 0.04 | 0.18 | 0.02 | 46.36 | 0.85 | 0.9 |
| Hex | FB | F1 | CF | 0 | 4 | 12 | 2 | 2E | 55 | 5A |
| Octal | 373 | 361 | 317 | 0 | 4 | 22 | 2 | 56 | 125 | 132 |
| Binary | 11111011 | 11110001 | 11001111 | 0 | 100 | 10010 | 10 | 101110 | 1010101 | 1011010 |
Color Harmonies of #FBF1CF
Complementary color
Monochromatic Colors of #FBF1CF
Black with #FBF1CF
Text Example
Text Example
White with #FBF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF1CF; }
p { color: rgb(251,241,207); }
H1.HeaderClassName
{
color: #FBF1CF;
}
.AnyTagClassName
{
color: #FBF1CF;
}
</style>
background-color css
<style>
a { background-color: #FBF1CF; }
a { background-color: rgb(251,241,207); }
div.DivClassName
{
background-color: #FBF1CF;
}
.BgClassName
{
background-color: #FBF1CF;
}
</style>
border-color css
<style>
span { border-color: #FBF1CF; }
span { border-color: rgb(251,241,207); }
td.TdClassName
{
border-color: #FBF1CF;
}
.TagClassName
{
border-color: #FBF1CF;
}
</style>