Shades of Corn Field #FBF2BC
Tints of Corn Field #FBF2BC
RGB
CMYK
RGB Variations
Color information
#FBF2BC (or 0xFBF2BC) is known color: Corn Field. HEX triplet: FB, F2 and BC. RGB value is (251,242,188). Sum of RGB (Red+Green+Blue) = 251+242+188=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 188 (73.83% from 255 or 27.61% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2BC is #040D43. Grayscale: #EEEEEE. Windows color (decimal): -265540 or 12382971. OLE color: 12382971.
HSL color Cylindrical-coordinate representation of color #FBF2BC: hue angle of 51.43º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBF2BC is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 188 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.02 |
| HSL | 51.43º | 0.89% | 0.86% | - |
| HSV(B) | 51.43º | 0.25% | 0.98% | - |
| XYZ | 80.61 | 87.64 | 60.25 | - |
| YUV | 238.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 188 | 0 | 0.04 | 0.25 | 0.02 | 51.43 | 0.89 | 0.86 |
| Hex | FB | F2 | BC | 0 | 4 | 19 | 2 | 33 | 59 | 56 |
| Octal | 373 | 362 | 274 | 0 | 4 | 31 | 2 | 63 | 131 | 126 |
| Binary | 11111011 | 11110010 | 10111100 | 0 | 100 | 11001 | 10 | 110011 | 1011001 | 1010110 |
Color Harmonies of #FBF2BC
Complementary color
Monochromatic Colors of #FBF2BC
Black with #FBF2BC
Text Example
Text Example
White with #FBF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF2BC; }
p { color: rgb(251,242,188); }
H1.HeaderClassName
{
color: #FBF2BC;
}
.AnyTagClassName
{
color: #FBF2BC;
}
</style>
background-color css
<style>
a { background-color: #FBF2BC; }
a { background-color: rgb(251,242,188); }
div.DivClassName
{
background-color: #FBF2BC;
}
.BgClassName
{
background-color: #FBF2BC;
}
</style>
border-color css
<style>
span { border-color: #FBF2BC; }
span { border-color: rgb(251,242,188); }
td.TdClassName
{
border-color: #FBF2BC;
}
.TagClassName
{
border-color: #FBF2BC;
}
</style>