Shades of Corn Field #F7F0CB
Tints of Corn Field #F7F0CB
RGB
CMYK
RGB Variations
Color information
#F7F0CB (or 0xF7F0CB) is known color: Corn Field. HEX triplet: F7, F0 and CB. RGB value is (247,240,203). Sum of RGB (Red+Green+Blue) = 247+240+203=690 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.80% from 690); Green value is 240 (94.14% from 255 or 34.78% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F0CB is #080F34. Grayscale: #EEEEEE. Windows color (decimal): -528181 or 13365495. OLE color: 13365495.
HSL color Cylindrical-coordinate representation of color #F7F0CB: hue angle of 50.45º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7F0CB is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 203 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.03 |
| HSL | 50.45º | 0.73% | 0.88% | - |
| HSV(B) | 50.45º | 0.18% | 0.97% | - |
| XYZ | 80.3 | 86.41 | 68.95 | - |
| YUV | 237.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 203 | 0 | 0.03 | 0.18 | 0.03 | 50.45 | 0.73 | 0.88 |
| Hex | F7 | F0 | CB | 0 | 3 | 12 | 3 | 32 | 49 | 58 |
| Octal | 367 | 360 | 313 | 0 | 3 | 22 | 3 | 62 | 111 | 130 |
| Binary | 11110111 | 11110000 | 11001011 | 0 | 11 | 10010 | 11 | 110010 | 1001001 | 1011000 |
Color Harmonies of #F7F0CB
Complementary color
Monochromatic Colors of #F7F0CB
Black with #F7F0CB
Text Example
Text Example
White with #F7F0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F0CB; }
p { color: rgb(247,240,203); }
H1.HeaderClassName
{
color: #F7F0CB;
}
.AnyTagClassName
{
color: #F7F0CB;
}
</style>
background-color css
<style>
a { background-color: #F7F0CB; }
a { background-color: rgb(247,240,203); }
div.DivClassName
{
background-color: #F7F0CB;
}
.BgClassName
{
background-color: #F7F0CB;
}
</style>
border-color css
<style>
span { border-color: #F7F0CB; }
span { border-color: rgb(247,240,203); }
td.TdClassName
{
border-color: #F7F0CB;
}
.TagClassName
{
border-color: #F7F0CB;
}
</style>