#FEF4B6

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

Shades of Corn Field #FEF4B6

Tints of Corn Field #FEF4B6

Color information

#FEF4B6 (or 0xFEF4B6) is unknown color: approx Corn Field. HEX triplet: FE, F4 and B6. RGB value is (254,244,182). Sum of RGB (Red+Green+Blue) = 254+244+182=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 244 (95.70% from 255 or 35.88% from 680); Blue value is 182 (71.48% from 255 or 26.76% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4B6 is #010B49. Grayscale: #F0F0F0. Windows color (decimal): -68426 or 11990270. OLE color: 11990270.

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

Color convert

RGB254244182-
CMYK00.040.280.00
HSL51.67º97.3%85.49%-
HSV(B)51.67º28.35%99.61%-
XYZ81.6789.1557.16-
YUV239.9295.31138.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 244 (95.70% from 255) = 35.88%
BLUE value IS 182 (71.48% from 255) = 26.76%
R=37.35%
G=35.88%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424418200.040.280.0051.6797.385.49
HexFEF4B6041C0346155
Octal3763642660434064141125
Binary111111101111010010110110010011100011010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4B6; }

 p { color: rgb(254,244,182); }

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

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

 a { background-color: rgb(254,244,182); }

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

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

 span { border-color: rgb(254,244,182); }

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