Shades of Corn Field #FBF5C1
Tints of Corn Field #FBF5C1
RGB
CMYK
RGB Variations
Color information
#FBF5C1 (or 0xFBF5C1) is known color: Corn Field. HEX triplet: FB, F5 and C1. RGB value is (251,245,193). Sum of RGB (Red+Green+Blue) = 251+245+193=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 193 (75.78% from 255 or 28.01% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5C1 is #040A3E. Grayscale: #F1F1F1. Windows color (decimal): -264767 or 12711419. OLE color: 12711419.
HSL color Cylindrical-coordinate representation of color #FBF5C1: hue angle of 53.79º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBF5C1 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 193 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.02 |
| HSL | 53.79º | 0.88% | 0.87% | - |
| HSV(B) | 53.79º | 0.23% | 0.98% | - |
| XYZ | 82.06 | 89.66 | 63.43 | - |
| YUV | 240.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 193 | 0 | 0.02 | 0.23 | 0.02 | 53.79 | 0.88 | 0.87 |
| Hex | FB | F5 | C1 | 0 | 2 | 17 | 2 | 36 | 58 | 57 |
| Octal | 373 | 365 | 301 | 0 | 2 | 27 | 2 | 66 | 130 | 127 |
| Binary | 11111011 | 11110101 | 11000001 | 0 | 10 | 10111 | 10 | 110110 | 1011000 | 1010111 |
Color Harmonies of #FBF5C1
Complementary color
Monochromatic Colors of #FBF5C1
Black with #FBF5C1
Text Example
Text Example
White with #FBF5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF5C1; }
p { color: rgb(251,245,193); }
H1.HeaderClassName
{
color: #FBF5C1;
}
.AnyTagClassName
{
color: #FBF5C1;
}
</style>
background-color css
<style>
a { background-color: #FBF5C1; }
a { background-color: rgb(251,245,193); }
div.DivClassName
{
background-color: #FBF5C1;
}
.BgClassName
{
background-color: #FBF5C1;
}
</style>
border-color css
<style>
span { border-color: #FBF5C1; }
span { border-color: rgb(251,245,193); }
td.TdClassName
{
border-color: #FBF5C1;
}
.TagClassName
{
border-color: #FBF5C1;
}
</style>