#f6edbb

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

Shades of Corn Field #F6EDBB

Tints of Corn Field #F6EDBB

Color information

#F6EDBB (or 0xF6EDBB) is unknown color: approx Corn Field. HEX triplet: F6, ED and BB. RGB value is (246,237,187). Sum of RGB (Red+Green+Blue) = 246+237+187=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 187 (73.44% from 255 or 27.91% from 670); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDBB is #091244. Grayscale: #EAEAEA. Windows color (decimal): -594501 or 12316150. OLE color: 12316150.

HSL color Cylindrical-coordinate representation of color #F6EDBB: hue angle of 50.85º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6EDBB is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246237187-
CMYK00.040.240.04
HSL50.85º76.62%84.9%-
HSV(B)50.85º23.98%96.47%-
XYZ77.2683.7559.11-
YUV233.99101.48136.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.72%
GREEN value IS 237 (92.97% from 255) = 35.37%
BLUE value IS 187 (73.44% from 255) = 27.91%
R=36.72%
G=35.37%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623718700.040.240.0450.8576.6284.9
HexF6EDBB04184334d55
Octal3663552730430463115125
Binary11110110111011011011101101001100010011001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6edbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6edbb; }

 p { color: rgb(246,237,187); }

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

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

 a { background-color: rgb(246,237,187); }

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

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

 span { border-color: rgb(246,237,187); }

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