Shades of Corn Field #FBF4BE
Tints of Corn Field #FBF4BE
RGB
CMYK
RGB Variations
Color information
#FBF4BE (or 0xFBF4BE) is known color: Corn Field. HEX triplet: FB, F4 and BE. RGB value is (251,244,190). Sum of RGB (Red+Green+Blue) = 251+244+190=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 190 (74.61% from 255 or 27.74% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4BE is #040B41. Grayscale: #F0F0F0. Windows color (decimal): -265026 or 12514555. OLE color: 12514555.
HSL color Cylindrical-coordinate representation of color #FBF4BE: hue angle of 53.11º 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 #FBF4BE is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 244 | 190 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.02 |
| HSL | 53.11º | 0.88% | 0.86% | - |
| HSV(B) | 53.11º | 0.24% | 0.98% | - |
| XYZ | 81.43 | 88.93 | 61.59 | - |
| YUV | 239.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 244 | 190 | 0 | 0.03 | 0.24 | 0.02 | 53.11 | 0.88 | 0.86 |
| Hex | FB | F4 | BE | 0 | 3 | 18 | 2 | 35 | 58 | 56 |
| Octal | 373 | 364 | 276 | 0 | 3 | 30 | 2 | 65 | 130 | 126 |
| Binary | 11111011 | 11110100 | 10111110 | 0 | 11 | 11000 | 10 | 110101 | 1011000 | 1010110 |
Color Harmonies of #FBF4BE
Complementary color
Monochromatic Colors of #FBF4BE
Black with #FBF4BE
Text Example
Text Example
White with #FBF4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF4BE; }
p { color: rgb(251,244,190); }
H1.HeaderClassName
{
color: #FBF4BE;
}
.AnyTagClassName
{
color: #FBF4BE;
}
</style>
background-color css
<style>
a { background-color: #FBF4BE; }
a { background-color: rgb(251,244,190); }
div.DivClassName
{
background-color: #FBF4BE;
}
.BgClassName
{
background-color: #FBF4BE;
}
</style>
border-color css
<style>
span { border-color: #FBF4BE; }
span { border-color: rgb(251,244,190); }
td.TdClassName
{
border-color: #FBF4BE;
}
.TagClassName
{
border-color: #FBF4BE;
}
</style>