#FEF5C6

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

Shades of Corn Field #FEF5C6

Tints of Corn Field #FEF5C6

Color information

#FEF5C6 (or 0xFEF5C6) is unknown color: approx Corn Field. HEX triplet: FE, F5 and C6. RGB value is (254,245,198). Sum of RGB (Red+Green+Blue) = 254+245+198=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 245 (96.09% from 255 or 35.15% from 697); Blue value is 198 (77.73% from 255 or 28.41% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5C6 is #010A39. Grayscale: #F2F2F2. Windows color (decimal): -68154 or 13039102. OLE color: 13039102.

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

Color convert

RGB254245198-
CMYK00.040.220.00
HSL50.36º96.55%88.63%-
HSV(B)50.36º22.05%99.61%-
XYZ83.7290.4566.47-
YUV242.33102.98136.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.44%
GREEN value IS 245 (96.09% from 255) = 35.15%
BLUE value IS 198 (77.73% from 255) = 28.41%
R=36.44%
G=35.15%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424519800.040.220.0050.3696.5588.63
HexFEF5C604160326159
Octal3763653060426062141131
Binary111111101111010111000110010010110011001011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5C6; }

 p { color: rgb(254,245,198); }

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

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

 a { background-color: rgb(254,245,198); }

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

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

 span { border-color: rgb(254,245,198); }

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