Shades of Corn Field #FBF0BF
Tints of Corn Field #FBF0BF
RGB
CMYK
RGB Variations
Color information
#FBF0BF (or 0xFBF0BF) is known color: Corn Field. HEX triplet: FB, F0 and BF. RGB value is (251,240,191). Sum of RGB (Red+Green+Blue) = 251+240+191=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 191 (75% from 255 or 28.01% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0BF is #040F40. Grayscale: #EDEDED. Windows color (decimal): -266049 or 12579067. OLE color: 12579067.
HSL color Cylindrical-coordinate representation of color #FBF0BF: hue angle of 49º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBF0BF is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 191 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.02 |
| HSL | 49º | 0.88% | 0.87% | - |
| HSV(B) | 49º | 0.24% | 0.98% | - |
| XYZ | 80.35 | 86.59 | 61.77 | - |
| YUV | 237.7 | 101.64 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 191 | 0 | 0.04 | 0.24 | 0.02 | 49 | 0.88 | 0.87 |
| Hex | FB | F0 | BF | 0 | 4 | 18 | 2 | 31 | 58 | 57 |
| Octal | 373 | 360 | 277 | 0 | 4 | 30 | 2 | 61 | 130 | 127 |
| Binary | 11111011 | 11110000 | 10111111 | 0 | 100 | 11000 | 10 | 110001 | 1011000 | 1010111 |
Color Harmonies of #FBF0BF
Complementary color
Monochromatic Colors of #FBF0BF
Black with #FBF0BF
Text Example
Text Example
White with #FBF0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0BF; }
p { color: rgb(251,240,191); }
H1.HeaderClassName
{
color: #FBF0BF;
}
.AnyTagClassName
{
color: #FBF0BF;
}
</style>
background-color css
<style>
a { background-color: #FBF0BF; }
a { background-color: rgb(251,240,191); }
div.DivClassName
{
background-color: #FBF0BF;
}
.BgClassName
{
background-color: #FBF0BF;
}
</style>
border-color css
<style>
span { border-color: #FBF0BF; }
span { border-color: rgb(251,240,191); }
td.TdClassName
{
border-color: #FBF0BF;
}
.TagClassName
{
border-color: #FBF0BF;
}
</style>