#FEF6BA

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

Shades of Corn Field #FEF6BA

Tints of Corn Field #FEF6BA

Color information

#FEF6BA (or 0xFEF6BA) is unknown color: approx Corn Field. HEX triplet: FE, F6 and BA. RGB value is (254,246,186). Sum of RGB (Red+Green+Blue) = 254+246+186=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 186 (73.05% from 255 or 27.11% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6BA is #010945. Grayscale: #F1F1F1. Windows color (decimal): -67910 or 12252926. OLE color: 12252926.

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

Color convert

RGB254246186-
CMYK00.030.270.00
HSL52.94º97.14%86.27%-
HSV(B)52.94º26.77%99.61%-
XYZ82.6990.5359.57-
YUV241.5596.65136.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 246 (96.48% from 255) = 35.86%
BLUE value IS 186 (73.05% from 255) = 27.11%
R=37.03%
G=35.86%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424618600.030.270.0052.9497.1486.27
HexFEF6BA031B0356156
Octal3763662720333065141126
Binary11111110111101101011101001111011011010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6BA; }

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

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

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

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

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

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

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

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