#FEF5BC

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

Shades of Corn Field #FEF5BC

Tints of Corn Field #FEF5BC

Color information

#FEF5BC (or 0xFEF5BC) is unknown color: approx Corn Field. HEX triplet: FE, F5 and BC. RGB value is (254,245,188). Sum of RGB (Red+Green+Blue) = 254+245+188=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 245 (96.09% from 255 or 35.66% from 687); Blue value is 188 (73.83% from 255 or 27.37% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5BC is #010A43. Grayscale: #F1F1F1. Windows color (decimal): -68164 or 12383742. OLE color: 12383742.

HSL color Cylindrical-coordinate representation of color #FEF5BC: hue angle of 51.82º 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 #FEF5BC is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB254245188-
CMYK00.040.260.00
HSL51.82º97.06%86.67%-
HSV(B)51.82º25.98%99.61%-
XYZ82.690.0160.6-
YUV241.1997.98137.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 245 (96.09% from 255) = 35.66%
BLUE value IS 188 (73.83% from 255) = 27.37%
R=36.97%
G=35.66%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424518800.040.260.0051.8297.0686.67
HexFEF5BC041A0346157
Octal3763652740432064141127
Binary111111101111010110111100010011010011010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5BC; }

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

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

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

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

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

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

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

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