#FEF6C5

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

Shades of Corn Field #FEF6C5

Tints of Corn Field #FEF6C5

Color information

#FEF6C5 (or 0xFEF6C5) is unknown color: approx Corn Field. HEX triplet: FE, F6 and C5. RGB value is (254,246,197). Sum of RGB (Red+Green+Blue) = 254+246+197=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 246 (96.48% from 255 or 35.29% from 697); Blue value is 197 (77.34% from 255 or 28.26% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6C5 is #01093A. Grayscale: #F3F3F3. Windows color (decimal): -67899 or 12973822. OLE color: 12973822.

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

Color convert

RGB254246197-
CMYK00.030.220.00
HSL51.58º96.61%88.43%-
HSV(B)51.58º22.44%99.61%-
XYZ83.9191.0165.97-
YUV242.81102.15135.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.44%
GREEN value IS 246 (96.48% from 255) = 35.29%
BLUE value IS 197 (77.34% from 255) = 28.26%
R=36.44%
G=35.29%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424619700.030.220.0051.5896.6188.43
HexFEF6C503160346158
Octal3763663050326064141130
Binary11111110111101101100010101110110011010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6C5; }

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

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

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

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

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

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

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

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