Shades of Corn Field #FBF1BA
Tints of Corn Field #FBF1BA
RGB
CMYK
RGB Variations
Color information
#FBF1BA (or 0xFBF1BA) is known color: Corn Field. HEX triplet: FB, F1 and BA. RGB value is (251,241,186). Sum of RGB (Red+Green+Blue) = 251+241+186=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 186 (73.05% from 255 or 27.43% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1BA is #040E45. Grayscale: #EDEDED. Windows color (decimal): -265798 or 12251643. OLE color: 12251643.
HSL color Cylindrical-coordinate representation of color #FBF1BA: hue angle of 50.77º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBF1BA is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 186 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.02 |
| HSL | 50.77º | 0.89% | 0.86% | - |
| HSV(B) | 50.77º | 0.26% | 0.98% | - |
| XYZ | 80.1 | 86.97 | 59.02 | - |
| YUV | 237.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 186 | 0 | 0.04 | 0.26 | 0.02 | 50.77 | 0.89 | 0.86 |
| Hex | FB | F1 | BA | 0 | 4 | 1A | 2 | 33 | 59 | 56 |
| Octal | 373 | 361 | 272 | 0 | 4 | 32 | 2 | 63 | 131 | 126 |
| Binary | 11111011 | 11110001 | 10111010 | 0 | 100 | 11010 | 10 | 110011 | 1011001 | 1010110 |
Color Harmonies of #FBF1BA
Complementary color
Monochromatic Colors of #FBF1BA
Black with #FBF1BA
Text Example
Text Example
White with #FBF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF1BA; }
p { color: rgb(251,241,186); }
H1.HeaderClassName
{
color: #FBF1BA;
}
.AnyTagClassName
{
color: #FBF1BA;
}
</style>
background-color css
<style>
a { background-color: #FBF1BA; }
a { background-color: rgb(251,241,186); }
div.DivClassName
{
background-color: #FBF1BA;
}
.BgClassName
{
background-color: #FBF1BA;
}
</style>
border-color css
<style>
span { border-color: #FBF1BA; }
span { border-color: rgb(251,241,186); }
td.TdClassName
{
border-color: #FBF1BA;
}
.TagClassName
{
border-color: #FBF1BA;
}
</style>