#FEF7BE

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

Shades of Corn Field #FEF7BE

Tints of Corn Field #FEF7BE

Color information

#FEF7BE (or 0xFEF7BE) is unknown color: approx Corn Field. HEX triplet: FE, F7 and BE. RGB value is (254,247,190). Sum of RGB (Red+Green+Blue) = 254+247+190=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 247 (96.88% from 255 or 35.75% from 691); Blue value is 190 (74.61% from 255 or 27.50% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7BE is #010841. Grayscale: #F2F2F2. Windows color (decimal): -67650 or 12515326. OLE color: 12515326.

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

Color convert

RGB254247190-
CMYK00.030.250.00
HSL53.44º96.97%87.06%-
HSV(B)53.44º25.2%99.61%-
XYZ83.4391.3161.94-
YUV242.698.32136.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.76%
GREEN value IS 247 (96.88% from 255) = 35.75%
BLUE value IS 190 (74.61% from 255) = 27.50%
R=36.76%
G=35.75%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424719000.030.250.0053.4496.9787.06
HexFEF7BE03190356157
Octal3763672760331065141127
Binary11111110111101111011111001111001011010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7BE; }

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

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

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

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

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

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

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

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