#F2ECBC

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

Shades of Corn Field #F2ECBC

Tints of Corn Field #F2ECBC

Color information

#F2ECBC (or 0xF2ECBC) is unknown color: approx Corn Field. HEX triplet: F2, EC and BC. RGB value is (242,236,188). Sum of RGB (Red+Green+Blue) = 242+236+188=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECBC is #0D1343. Grayscale: #E8E8E8. Windows color (decimal): -856900 or 12381426. OLE color: 12381426.

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

Color convert

RGB242236188-
CMYK00.020.220.05
HSL53.33º67.5%84.31%-
HSV(B)53.33º22.31%94.9%-
XYZ75.6982.559.51-
YUV232.32102.99134.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.34%
GREEN value IS 236 (92.58% from 255) = 35.44%
BLUE value IS 188 (73.83% from 255) = 28.23%
R=36.34%
G=35.44%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223618800.020.220.0553.3367.584.31
HexF2ECBC02165354454
Octal3623542740226565104124
Binary1111001011101100101111000101011010111010110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ECBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ECBC; }

 p { color: rgb(242,236,188); }

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

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

 a { background-color: rgb(242,236,188); }

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

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

 span { border-color: rgb(242,236,188); }

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