#FEF8BD

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

Shades of Corn Field #FEF8BD

Tints of Corn Field #FEF8BD

Color information

#FEF8BD (or 0xFEF8BD) is unknown color: approx Corn Field. HEX triplet: FE, F8 and BD. RGB value is (254,248,189). Sum of RGB (Red+Green+Blue) = 254+248+189=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 189 (74.22% from 255 or 27.35% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8BD is #010742. Grayscale: #F3F3F3. Windows color (decimal): -67395 or 12450046. OLE color: 12450046.

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

Color convert

RGB254248189-
CMYK00.020.260.00
HSL54.46º97.01%86.86%-
HSV(B)54.46º25.59%99.61%-
XYZ83.6391.8861.47-
YUV243.0797.49135.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.76%
GREEN value IS 248 (97.27% from 255) = 35.89%
BLUE value IS 189 (74.22% from 255) = 27.35%
R=36.76%
G=35.89%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424818900.020.260.0054.4697.0186.86
HexFEF8BD021A0366157
Octal3763702750232066141127
Binary11111110111110001011110101011010011011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8BD; }

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

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

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

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

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

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

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

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