#FEF7C5

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

Shades of Corn Field #FEF7C5

Tints of Corn Field #FEF7C5

Color information

#FEF7C5 (or 0xFEF7C5) is unknown color: approx Corn Field. HEX triplet: FE, F7 and C5. RGB value is (254,247,197). Sum of RGB (Red+Green+Blue) = 254+247+197=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 247 (96.88% from 255 or 35.39% from 698); Blue value is 197 (77.34% from 255 or 28.22% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7C5 is #01083A. Grayscale: #F3F3F3. Windows color (decimal): -67643 or 12974078. OLE color: 12974078.

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

Color convert

RGB254247197-
CMYK00.030.220.00
HSL52.63º96.61%88.43%-
HSV(B)52.63º22.44%99.61%-
XYZ84.2191.6266.07-
YUV243.39101.82135.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 247 (96.88% from 255) = 35.39%
BLUE value IS 197 (77.34% from 255) = 28.22%
R=36.39%
G=35.39%
B=28.22%

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
Decimal25424719700.030.220.0052.6396.6188.43
HexFEF7C503160356158
Octal3763673050326065141130
Binary11111110111101111100010101110110011010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7C5; }

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

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

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

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

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

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

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

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