#FEF5B5

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

Shades of Corn Field #FEF5B5

Tints of Corn Field #FEF5B5

Color information

#FEF5B5 (or 0xFEF5B5) is unknown color: approx Corn Field. HEX triplet: FE, F5 and B5. RGB value is (254,245,181). Sum of RGB (Red+Green+Blue) = 254+245+181=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 245 (96.09% from 255 or 36.03% from 680); Blue value is 181 (71.09% from 255 or 26.62% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5B5 is #010A4A. Grayscale: #F0F0F0. Windows color (decimal): -68171 or 11924990. OLE color: 11924990.

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

Color convert

RGB254245181-
CMYK00.040.290.00
HSL52.6º97.33%85.29%-
HSV(B)52.6º28.74%99.61%-
XYZ81.8789.7156.72-
YUV240.494.48137.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 245 (96.09% from 255) = 36.03%
BLUE value IS 181 (71.09% from 255) = 26.62%
R=37.35%
G=36.03%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424518100.040.290.0052.697.3385.29
HexFEF5B5041D0356155
Octal3763652650435065141125
Binary111111101111010110110101010011101011010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5B5; }

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

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

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

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

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

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

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

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