#FEF6C6

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

Shades of Corn Field #FEF6C6

Tints of Corn Field #FEF6C6

Color information

#FEF6C6 (or 0xFEF6C6) is unknown color: approx Corn Field. HEX triplet: FE, F6 and C6. RGB value is (254,246,198). Sum of RGB (Red+Green+Blue) = 254+246+198=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 246 (96.48% from 255 or 35.24% from 698); Blue value is 198 (77.73% from 255 or 28.37% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6C6 is #010939. Grayscale: #F3F3F3. Windows color (decimal): -67898 or 13039358. OLE color: 13039358.

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

Color convert

RGB254246198-
CMYK00.030.220.00
HSL51.43º96.55%88.63%-
HSV(B)51.43º22.05%99.61%-
XYZ84.0291.0666.57-
YUV242.92102.65135.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 246 (96.48% from 255) = 35.24%
BLUE value IS 198 (77.73% from 255) = 28.37%
R=36.39%
G=35.24%
B=28.37%

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
Decimal25424619800.030.220.0051.4396.5588.63
HexFEF6C603160336159
Octal3763663060326063141131
Binary11111110111101101100011001110110011001111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6C6; }

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

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

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

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

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

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

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

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