Shades of China Ivory #FBF0CF
Tints of China Ivory #FBF0CF
RGB
CMYK
RGB Variations
Color information
#FBF0CF (or 0xFBF0CF) is known color: China Ivory. HEX triplet: FB, F0 and CF. RGB value is (251,240,207). Sum of RGB (Red+Green+Blue) = 251+240+207=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 207 (81.25% from 255 or 29.66% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0CF is #040F30. Grayscale: #EFEFEF. Windows color (decimal): -266033 or 13627643. OLE color: 13627643.
HSL color Cylindrical-coordinate representation of color #FBF0CF: hue angle of 45º 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 #FBF0CF is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 240 | 207 | - |
CMYK | 0 | 0.04 | 0.18 | 0.02 |
HSL | 45º | 0.85% | 0.9% | - |
HSV(B) | 45º | 0.18% | 0.98% | - |
XYZ | 82.21 | 87.33 | 71.56 | - |
YUV | 239.53 | 109.64 | 136.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 240 | 207 | 0 | 0.04 | 0.18 | 0.02 | 45 | 0.85 | 0.9 |
Hex | FB | F0 | CF | 0 | 4 | 12 | 2 | 2D | 55 | 5A |
Octal | 373 | 360 | 317 | 0 | 4 | 22 | 2 | 55 | 125 | 132 |
Binary | 11111011 | 11110000 | 11001111 | 0 | 100 | 10010 | 10 | 101101 | 1010101 | 1011010 |
Color Harmonies of #FBF0CF
Complementary color
Monochromatic Colors of #FBF0CF
Black with #FBF0CF
Text Example
Text Example
White with #FBF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0CF; }
p { color: rgb(251,240,207); }
H1.HeaderClassName
{
color: #FBF0CF;
}
.AnyTagClassName
{
color: #FBF0CF;
}
</style>
background-color css
<style>
a { background-color: #FBF0CF; }
a { background-color: rgb(251,240,207); }
div.DivClassName
{
background-color: #FBF0CF;
}
.BgClassName
{
background-color: #FBF0CF;
}
</style>
border-color css
<style>
span { border-color: #FBF0CF; }
span { border-color: rgb(251,240,207); }
td.TdClassName
{
border-color: #FBF0CF;
}
.TagClassName
{
border-color: #FBF0CF;
}
</style>