#F3EDBF

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

Shades of Corn Field #F3EDBF

Tints of Corn Field #F3EDBF

Color information

#F3EDBF (or 0xF3EDBF) is unknown color: approx Corn Field. HEX triplet: F3, ED and BF. RGB value is (243,237,191). Sum of RGB (Red+Green+Blue) = 243+237+191=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDBF is #0C1240. Grayscale: #E9E9E9. Windows color (decimal): -791105 or 12578291. OLE color: 12578291.

HSL color Cylindrical-coordinate representation of color #F3EDBF: hue angle of 53.08º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3EDBF is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243237191-
CMYK00.020.210.05
HSL53.08º68.42%85.1%-
HSV(B)53.08º21.4%95.29%-
XYZ76.6583.3861.35-
YUV233.55103.99134.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.21%
GREEN value IS 237 (92.97% from 255) = 35.32%
BLUE value IS 191 (75% from 255) = 28.46%
R=36.21%
G=35.32%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323719100.020.210.0553.0868.4285.1
HexF3EDBF02155354455
Octal3633552770225565104125
Binary1111001111101101101111110101010110111010110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDBF; }

 p { color: rgb(243,237,191); }

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

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

 a { background-color: rgb(243,237,191); }

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

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

 span { border-color: rgb(243,237,191); }

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