#FEF6B7

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

Shades of Corn Field #FEF6B7

Tints of Corn Field #FEF6B7

Color information

#FEF6B7 (or 0xFEF6B7) is unknown color: approx Corn Field. HEX triplet: FE, F6 and B7. RGB value is (254,246,183). Sum of RGB (Red+Green+Blue) = 254+246+183=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 246 (96.48% from 255 or 36.02% from 683); Blue value is 183 (71.88% from 255 or 26.79% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6B7 is #010948. Grayscale: #F1F1F1. Windows color (decimal): -67913 or 12056318. OLE color: 12056318.

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

Color convert

RGB254246183-
CMYK00.030.280.00
HSL53.24º97.26%85.69%-
HSV(B)53.24º27.95%99.61%-
XYZ82.3890.457.91-
YUV241.2195.15137.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 246 (96.48% from 255) = 36.02%
BLUE value IS 183 (71.88% from 255) = 26.79%
R=37.19%
G=36.02%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424618300.030.280.0053.2497.2685.69
HexFEF6B7031C0356156
Octal3763662670334065141126
Binary11111110111101101011011101111100011010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6B7; }

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

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

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

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

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

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

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

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