Shades of Corn Field #FBF7BE
Tints of Corn Field #FBF7BE
RGB
CMYK
RGB Variations
Color information
#FBF7BE (or 0xFBF7BE) is known color: Corn Field. HEX triplet: FB, F7 and BE. RGB value is (251,247,190). Sum of RGB (Red+Green+Blue) = 251+247+190=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 190 (74.61% from 255 or 27.62% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF7BE is #040841. Grayscale: #F1F1F1. Windows color (decimal): -264258 or 12515323. OLE color: 12515323.
HSL color Cylindrical-coordinate representation of color #FBF7BE: hue angle of 56.07º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBF7BE is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 190 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.02 |
| HSL | 56.07º | 0.88% | 0.86% | - |
| HSV(B) | 56.07º | 0.24% | 0.98% | - |
| XYZ | 82.34 | 90.75 | 61.89 | - |
| YUV | 241.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 190 | 0 | 0.02 | 0.24 | 0.02 | 56.07 | 0.88 | 0.86 |
| Hex | FB | F7 | BE | 0 | 2 | 18 | 2 | 38 | 58 | 56 |
| Octal | 373 | 367 | 276 | 0 | 2 | 30 | 2 | 70 | 130 | 126 |
| Binary | 11111011 | 11110111 | 10111110 | 0 | 10 | 11000 | 10 | 111000 | 1011000 | 1010110 |
Color Harmonies of #FBF7BE
Complementary color
Monochromatic Colors of #FBF7BE
Black with #FBF7BE
Text Example
Text Example
White with #FBF7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF7BE; }
p { color: rgb(251,247,190); }
H1.HeaderClassName
{
color: #FBF7BE;
}
.AnyTagClassName
{
color: #FBF7BE;
}
</style>
background-color css
<style>
a { background-color: #FBF7BE; }
a { background-color: rgb(251,247,190); }
div.DivClassName
{
background-color: #FBF7BE;
}
.BgClassName
{
background-color: #FBF7BE;
}
</style>
border-color css
<style>
span { border-color: #FBF7BE; }
span { border-color: rgb(251,247,190); }
td.TdClassName
{
border-color: #FBF7BE;
}
.TagClassName
{
border-color: #FBF7BE;
}
</style>