#FEF6C2

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

Shades of Corn Field #FEF6C2

Tints of Corn Field #FEF6C2

Color information

#FEF6C2 (or 0xFEF6C2) is unknown color: approx Corn Field. HEX triplet: FE, F6 and C2. RGB value is (254,246,194). Sum of RGB (Red+Green+Blue) = 254+246+194=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 246 (96.48% from 255 or 35.45% from 694); Blue value is 194 (76.17% from 255 or 27.95% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6C2 is #01093D. Grayscale: #F2F2F2. Windows color (decimal): -67902 or 12777214. OLE color: 12777214.

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

Color convert

RGB254246194-
CMYK00.030.240.00
HSL52º96.77%87.84%-
HSV(B)52º23.62%99.61%-
XYZ83.5790.8864.18-
YUV242.46100.65136.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.60%
GREEN value IS 246 (96.48% from 255) = 35.45%
BLUE value IS 194 (76.17% from 255) = 27.95%
R=36.60%
G=35.45%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424619400.030.240.005296.7787.84
HexFEF6C203180346158
Octal3763663020330064141130
Binary11111110111101101100001001111000011010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6C2; }

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

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

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

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

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

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

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

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