#FEF8BF

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

Shades of Corn Field #FEF8BF

Tints of Corn Field #FEF8BF

Color information

#FEF8BF (or 0xFEF8BF) is unknown color: approx Corn Field. HEX triplet: FE, F8 and BF. RGB value is (254,248,191). Sum of RGB (Red+Green+Blue) = 254+248+191=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 248 (97.27% from 255 or 35.79% from 693); Blue value is 191 (75% from 255 or 27.56% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8BF is #010740. Grayscale: #F3F3F3. Windows color (decimal): -67393 or 12581118. OLE color: 12581118.

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

Color convert

RGB254248191-
CMYK00.020.250.00
HSL54.29º96.92%87.25%-
HSV(B)54.29º24.8%99.61%-
XYZ83.8491.9762.62-
YUV243.398.49135.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.65%
GREEN value IS 248 (97.27% from 255) = 35.79%
BLUE value IS 191 (75% from 255) = 27.56%
R=36.65%
G=35.79%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424819100.020.250.0054.2996.9287.25
HexFEF8BF02190366157
Octal3763702770231066141127
Binary11111110111110001011111101011001011011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8BF; }

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

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

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

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

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

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

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

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