#FEF4BF

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

Shades of Corn Field #FEF4BF

Tints of Corn Field #FEF4BF

Color information

#FEF4BF (or 0xFEF4BF) is unknown color: approx Corn Field. HEX triplet: FE, F4 and BF. RGB value is (254,244,191). Sum of RGB (Red+Green+Blue) = 254+244+191=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 244 (95.70% from 255 or 35.41% from 689); Blue value is 191 (75% from 255 or 27.72% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4BF is #010B40. Grayscale: #F1F1F1. Windows color (decimal): -68417 or 12580094. OLE color: 12580094.

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

Color convert

RGB254244191-
CMYK00.040.250.00
HSL50.48º96.92%87.25%-
HSV(B)50.48º24.8%99.61%-
XYZ82.6389.5362.22-
YUV240.9599.81137.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.87%
GREEN value IS 244 (95.70% from 255) = 35.41%
BLUE value IS 191 (75% from 255) = 27.72%
R=36.87%
G=35.41%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424419100.040.250.0050.4896.9287.25
HexFEF4BF04190326157
Octal3763642770431062141127
Binary111111101111010010111111010011001011001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4BF; }

 p { color: rgb(254,244,191); }

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

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

 a { background-color: rgb(254,244,191); }

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

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

 span { border-color: rgb(254,244,191); }

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