#FEF7BF

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

Shades of Corn Field #FEF7BF

Tints of Corn Field #FEF7BF

Color information

#FEF7BF (or 0xFEF7BF) is unknown color: approx Corn Field. HEX triplet: FE, F7 and BF. RGB value is (254,247,191). Sum of RGB (Red+Green+Blue) = 254+247+191=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 247 (96.88% from 255 or 35.69% from 692); Blue value is 191 (75% from 255 or 27.60% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7BF is #010840. Grayscale: #F2F2F2. Windows color (decimal): -67649 or 12580862. OLE color: 12580862.

HSL color Cylindrical-coordinate representation of color #FEF7BF: hue angle of 53.33º 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 #FEF7BF is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB254247191-
CMYK00.030.250.00
HSL53.33º96.92%87.25%-
HSV(B)53.33º24.8%99.61%-
XYZ83.5491.3562.52-
YUV242.7198.82136.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.71%
GREEN value IS 247 (96.88% from 255) = 35.69%
BLUE value IS 191 (75% from 255) = 27.60%
R=36.71%
G=35.69%
B=27.60%

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
Decimal25424719100.030.250.0053.3396.9287.25
HexFEF7BF03190356157
Octal3763672770331065141127
Binary11111110111101111011111101111001011010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7BF; }

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

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

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

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

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

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

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

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