#FEF9BC

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

Shades of Corn Field #FEF9BC

Tints of Corn Field #FEF9BC

Color information

#FEF9BC (or 0xFEF9BC) is unknown color: approx Corn Field. HEX triplet: FE, F9 and BC. RGB value is (254,249,188). Sum of RGB (Red+Green+Blue) = 254+249+188=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 188 (73.83% from 255 or 27.21% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9BC is #010643. Grayscale: #F3F3F3. Windows color (decimal): -67140 or 12384766. OLE color: 12384766.

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

Color convert

RGB254249188-
CMYK00.020.260.00
HSL55.45º97.06%86.67%-
HSV(B)55.45º25.98%99.61%-
XYZ83.8392.4561-
YUV243.5496.66135.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.76%
GREEN value IS 249 (97.66% from 255) = 36.03%
BLUE value IS 188 (73.83% from 255) = 27.21%
R=36.76%
G=36.03%
B=27.21%

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
Decimal25424918800.020.260.0055.4597.0686.67
HexFEF9BC021A0376157
Octal3763712740232067141127
Binary11111110111110011011110001011010011011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9BC; }

 p { color: rgb(254,249,188); }

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

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

 a { background-color: rgb(254,249,188); }

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

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

 span { border-color: rgb(254,249,188); }

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