#FFF7BE

Color #FFF7BE Corn Field (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Field #FFF7BE

Tints of Corn Field #FFF7BE

Color information

#FFF7BE (or 0xFFF7BE) is unknown color: approx Corn Field. HEX triplet: FF, F7 and BE. RGB value is (255,247,190). Sum of RGB (Red+Green+Blue) = 255+247+190=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 247 (96.88% from 255 or 35.69% from 692); Blue value is 190 (74.61% from 255 or 27.46% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7BE is #000841. Grayscale: #F3F3F3. Windows color (decimal): -2114 or 12515327. OLE color: 12515327.

HSL color Cylindrical-coordinate representation of color #FFF7BE: hue angle of 52.62º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFF7BE is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255247190-
CMYK00.030.250
HSL52.62º100%87.25%-
HSV(B)52.62º25.49%100%-
XYZ83.891.561.96-
YUV242.8998.15136.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 36.85%
GREEN value IS 247 (96.88% from 255) = 35.69%
BLUE value IS 190 (74.61% from 255) = 27.46%
R=36.85%
G=35.69%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524719000.030.25052.6210087.25
HexFFF7BE03190356457
Octal3773672760331065144127
Binary11111111111101111011111001111001011010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF7BE; }

 p { color: rgb(255,247,190); }

 H1.HeaderClassName
 {
   color: #FFF7BE;
 }
 .AnyTagClassName
 {
   color: #FFF7BE;
 }
</style>
background-color css

<style>
 a { background-color: #FFF7BE; }

 a { background-color: rgb(255,247,190); }

 div.DivClassName
 {
   background-color: #FFF7BE;
 }
 .BgClassName
 {
   background-color: #FFF7BE;
 }
</style>
border-color css

<style>
 span { border-color: #FFF7BE; }

 span { border-color: rgb(255,247,190); }

 td.TdClassName
 {
   border-color: #FFF7BE;
 }
 .TagClassName
 {
   border-color: #FFF7BE;
 }
</style>