Shades of Corn Field #FBF7C1
Tints of Corn Field #FBF7C1
RGB
CMYK
RGB Variations
Color information
#FBF7C1 (or 0xFBF7C1) is known color: Corn Field. HEX triplet: FB, F7 and C1. RGB value is (251,247,193). Sum of RGB (Red+Green+Blue) = 251+247+193=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 247 (96.88% from 255 or 35.75% from 691); Blue value is 193 (75.78% from 255 or 27.93% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF7C1 is #04083E. Grayscale: #F2F2F2. Windows color (decimal): -264255 or 12711931. OLE color: 12711931.
HSL color Cylindrical-coordinate representation of color #FBF7C1: hue angle of 55.86º 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 #FBF7C1 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 193 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.02 |
| HSL | 55.86º | 0.88% | 0.87% | - |
| HSV(B) | 55.86º | 0.23% | 0.98% | - |
| XYZ | 82.67 | 90.88 | 63.64 | - |
| YUV | 242.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 193 | 0 | 0.02 | 0.23 | 0.02 | 55.86 | 0.88 | 0.87 |
| Hex | FB | F7 | C1 | 0 | 2 | 17 | 2 | 38 | 58 | 57 |
| Octal | 373 | 367 | 301 | 0 | 2 | 27 | 2 | 70 | 130 | 127 |
| Binary | 11111011 | 11110111 | 11000001 | 0 | 10 | 10111 | 10 | 111000 | 1011000 | 1010111 |
Color Harmonies of #FBF7C1
Complementary color
Monochromatic Colors of #FBF7C1
Black with #FBF7C1
Text Example
Text Example
White with #FBF7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF7C1; }
p { color: rgb(251,247,193); }
H1.HeaderClassName
{
color: #FBF7C1;
}
.AnyTagClassName
{
color: #FBF7C1;
}
</style>
background-color css
<style>
a { background-color: #FBF7C1; }
a { background-color: rgb(251,247,193); }
div.DivClassName
{
background-color: #FBF7C1;
}
.BgClassName
{
background-color: #FBF7C1;
}
</style>
border-color css
<style>
span { border-color: #FBF7C1; }
span { border-color: rgb(251,247,193); }
td.TdClassName
{
border-color: #FBF7C1;
}
.TagClassName
{
border-color: #FBF7C1;
}
</style>