#FEF5BB

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

Shades of Corn Field #FEF5BB

Tints of Corn Field #FEF5BB

Color information

#FEF5BB (or 0xFEF5BB) is unknown color: approx Corn Field. HEX triplet: FE, F5 and BB. RGB value is (254,245,187). Sum of RGB (Red+Green+Blue) = 254+245+187=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 187 (73.44% from 255 or 27.26% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5BB is #010A44. Grayscale: #F1F1F1. Windows color (decimal): -68165 or 12318206. OLE color: 12318206.

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

Color convert

RGB254245187-
CMYK00.040.260.00
HSL51.94º97.1%86.47%-
HSV(B)51.94º26.38%99.61%-
XYZ82.589.9660.03-
YUV241.0897.48137.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 245 (96.09% from 255) = 35.71%
BLUE value IS 187 (73.44% from 255) = 27.26%
R=37.03%
G=35.71%
B=27.26%

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
Decimal25424518700.040.260.0051.9497.186.47
HexFEF5BB041A0346156
Octal3763652730432064141126
Binary111111101111010110111011010011010011010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5BB; }

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

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

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

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

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

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

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

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