#FEF6BF

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

Shades of Corn Field #FEF6BF

Tints of Corn Field #FEF6BF

Color information

#FEF6BF (or 0xFEF6BF) is unknown color: approx Corn Field. HEX triplet: FE, F6 and BF. RGB value is (254,246,191). Sum of RGB (Red+Green+Blue) = 254+246+191=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 191 (75% from 255 or 27.64% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6BF is #010940. Grayscale: #F2F2F2. Windows color (decimal): -67905 or 12580606. OLE color: 12580606.

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

Color convert

RGB254246191-
CMYK00.030.250.00
HSL52.38º96.92%87.25%-
HSV(B)52.38º24.8%99.61%-
XYZ83.2390.7462.42-
YUV242.1299.15136.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.76%
GREEN value IS 246 (96.48% from 255) = 35.60%
BLUE value IS 191 (75% from 255) = 27.64%
R=36.76%
G=35.60%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424619100.030.250.0052.3896.9287.25
HexFEF6BF03190346157
Octal3763662770331064141127
Binary11111110111101101011111101111001011010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6BF; }

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

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

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

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

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

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

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

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