#FEF2BB

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

Shades of Corn Field #FEF2BB

Tints of Corn Field #FEF2BB

Color information

#FEF2BB (or 0xFEF2BB) is unknown color: approx Corn Field. HEX triplet: FE, F2 and BB. RGB value is (254,242,187). Sum of RGB (Red+Green+Blue) = 254+242+187=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 187 (73.44% from 255 or 27.38% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2BB is #010D44. Grayscale: #EFEFEF. Windows color (decimal): -68933 or 12317438. OLE color: 12317438.

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

Color convert

RGB254242187-
CMYK00.050.260.00
HSL49.25º97.1%86.47%-
HSV(B)49.25º26.38%99.61%-
XYZ81.5988.1659.73-
YUV239.3298.48138.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 242 (94.92% from 255) = 35.43%
BLUE value IS 187 (73.44% from 255) = 27.38%
R=37.19%
G=35.43%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424218700.050.260.0049.2597.186.47
HexFEF2BB051A0316156
Octal3763622730532061141126
Binary111111101111001010111011010111010011000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2BB; }

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

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

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

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

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

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

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

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