#FEF6B9

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

Shades of Corn Field #FEF6B9

Tints of Corn Field #FEF6B9

Color information

#FEF6B9 (or 0xFEF6B9) is unknown color: approx Corn Field. HEX triplet: FE, F6 and B9. RGB value is (254,246,185). Sum of RGB (Red+Green+Blue) = 254+246+185=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 246 (96.48% from 255 or 35.91% from 685); Blue value is 185 (72.66% from 255 or 27.01% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6B9 is #010946. Grayscale: #F1F1F1. Windows color (decimal): -67911 or 12187390. OLE color: 12187390.

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

Color convert

RGB254246185-
CMYK00.030.270.00
HSL53.04º97.18%86.08%-
HSV(B)53.04º27.17%99.61%-
XYZ82.5990.4959.01-
YUV241.4496.15136.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.08%
GREEN value IS 246 (96.48% from 255) = 35.91%
BLUE value IS 185 (72.66% from 255) = 27.01%
R=37.08%
G=35.91%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424618500.030.270.0053.0497.1886.08
HexFEF6B9031B0356156
Octal3763662710333065141126
Binary11111110111101101011100101111011011010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6B9; }

 p { color: rgb(254,246,185); }

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

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

 a { background-color: rgb(254,246,185); }

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

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

 span { border-color: rgb(254,246,185); }

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