#FEF4BD

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

Shades of Corn Field #FEF4BD

Tints of Corn Field #FEF4BD

Color information

#FEF4BD (or 0xFEF4BD) is unknown color: approx Corn Field. HEX triplet: FE, F4 and BD. RGB value is (254,244,189). Sum of RGB (Red+Green+Blue) = 254+244+189=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 244 (95.70% from 255 or 35.52% from 687); Blue value is 189 (74.22% from 255 or 27.51% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4BD is #010B42. Grayscale: #F0F0F0. Windows color (decimal): -68419 or 12449022. OLE color: 12449022.

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

Color convert

RGB254244189-
CMYK00.040.260.00
HSL50.77º97.01%86.86%-
HSV(B)50.77º25.59%99.61%-
XYZ82.4189.4561.07-
YUV240.7298.81137.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 244 (95.70% from 255) = 35.52%
BLUE value IS 189 (74.22% from 255) = 27.51%
R=36.97%
G=35.52%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424418900.040.260.0050.7797.0186.86
HexFEF4BD041A0336157
Octal3763642750432063141127
Binary111111101111010010111101010011010011001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4BD; }

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

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

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

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

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

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

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

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