Shades of Corn Field #FBF0BD
Tints of Corn Field #FBF0BD
RGB
CMYK
RGB Variations
Color information
#FBF0BD (or 0xFBF0BD) is known color: Corn Field. HEX triplet: FB, F0 and BD. RGB value is (251,240,189). Sum of RGB (Red+Green+Blue) = 251+240+189=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 189 (74.22% from 255 or 27.79% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0BD is #040F42. Grayscale: #EDEDED. Windows color (decimal): -266051 or 12447995. OLE color: 12447995.
HSL color Cylindrical-coordinate representation of color #FBF0BD: hue angle of 49.35º 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 #FBF0BD is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 189 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.02 |
| HSL | 49.35º | 0.89% | 0.86% | - |
| HSV(B) | 49.35º | 0.25% | 0.98% | - |
| XYZ | 80.13 | 86.5 | 60.62 | - |
| YUV | 237.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 189 | 0 | 0.04 | 0.25 | 0.02 | 49.35 | 0.89 | 0.86 |
| Hex | FB | F0 | BD | 0 | 4 | 19 | 2 | 31 | 59 | 56 |
| Octal | 373 | 360 | 275 | 0 | 4 | 31 | 2 | 61 | 131 | 126 |
| Binary | 11111011 | 11110000 | 10111101 | 0 | 100 | 11001 | 10 | 110001 | 1011001 | 1010110 |
Color Harmonies of #FBF0BD
Complementary color
Monochromatic Colors of #FBF0BD
Black with #FBF0BD
Text Example
Text Example
White with #FBF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0BD; }
p { color: rgb(251,240,189); }
H1.HeaderClassName
{
color: #FBF0BD;
}
.AnyTagClassName
{
color: #FBF0BD;
}
</style>
background-color css
<style>
a { background-color: #FBF0BD; }
a { background-color: rgb(251,240,189); }
div.DivClassName
{
background-color: #FBF0BD;
}
.BgClassName
{
background-color: #FBF0BD;
}
</style>
border-color css
<style>
span { border-color: #FBF0BD; }
span { border-color: rgb(251,240,189); }
td.TdClassName
{
border-color: #FBF0BD;
}
.TagClassName
{
border-color: #FBF0BD;
}
</style>