#FEF6BC

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

Shades of Corn Field #FEF6BC

Tints of Corn Field #FEF6BC

Color information

#FEF6BC (or 0xFEF6BC) is unknown color: approx Corn Field. HEX triplet: FE, F6 and BC. RGB value is (254,246,188). Sum of RGB (Red+Green+Blue) = 254+246+188=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 188 (73.83% from 255 or 27.33% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6BC is #010943. Grayscale: #F2F2F2. Windows color (decimal): -67908 or 12383998. OLE color: 12383998.

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

Color convert

RGB254246188-
CMYK00.030.260.00
HSL52.73º97.06%86.67%-
HSV(B)52.73º25.98%99.61%-
XYZ82.9190.6160.7-
YUV241.7897.65136.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.92%
GREEN value IS 246 (96.48% from 255) = 35.76%
BLUE value IS 188 (73.83% from 255) = 27.33%
R=36.92%
G=35.76%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424618800.030.260.0052.7397.0686.67
HexFEF6BC031A0356157
Octal3763662740332065141127
Binary11111110111101101011110001111010011010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6BC; }

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

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

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

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

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

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

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

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