Shades of Corn Field #FBF3BD
Tints of Corn Field #FBF3BD
RGB
CMYK
RGB Variations
Color information
#FBF3BD (or 0xFBF3BD) is known color: Corn Field. HEX triplet: FB, F3 and BD. RGB value is (251,243,189). Sum of RGB (Red+Green+Blue) = 251+243+189=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 189 (74.22% from 255 or 27.67% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3BD is #040C42. Grayscale: #EFEFEF. Windows color (decimal): -265283 or 12448763. OLE color: 12448763.
HSL color Cylindrical-coordinate representation of color #FBF3BD: hue angle of 52.26º 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 #FBF3BD is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 189 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.02 |
| HSL | 52.26º | 0.89% | 0.86% | - |
| HSV(B) | 52.26º | 0.25% | 0.98% | - |
| XYZ | 81.02 | 88.28 | 60.91 | - |
| YUV | 239.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 189 | 0 | 0.03 | 0.25 | 0.02 | 52.26 | 0.89 | 0.86 |
| Hex | FB | F3 | BD | 0 | 3 | 19 | 2 | 34 | 59 | 56 |
| Octal | 373 | 363 | 275 | 0 | 3 | 31 | 2 | 64 | 131 | 126 |
| Binary | 11111011 | 11110011 | 10111101 | 0 | 11 | 11001 | 10 | 110100 | 1011001 | 1010110 |
Color Harmonies of #FBF3BD
Complementary color
Monochromatic Colors of #FBF3BD
Black with #FBF3BD
Text Example
Text Example
White with #FBF3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF3BD; }
p { color: rgb(251,243,189); }
H1.HeaderClassName
{
color: #FBF3BD;
}
.AnyTagClassName
{
color: #FBF3BD;
}
</style>
background-color css
<style>
a { background-color: #FBF3BD; }
a { background-color: rgb(251,243,189); }
div.DivClassName
{
background-color: #FBF3BD;
}
.BgClassName
{
background-color: #FBF3BD;
}
</style>
border-color css
<style>
span { border-color: #FBF3BD; }
span { border-color: rgb(251,243,189); }
td.TdClassName
{
border-color: #FBF3BD;
}
.TagClassName
{
border-color: #FBF3BD;
}
</style>