#F2ECC1

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

Shades of Corn Field #F2ECC1

Tints of Corn Field #F2ECC1

Color information

#F2ECC1 (or 0xF2ECC1) is unknown color: approx Corn Field. HEX triplet: F2, EC and C1. RGB value is (242,236,193). Sum of RGB (Red+Green+Blue) = 242+236+193=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 193 (75.78% from 255 or 28.76% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECC1 is #0D133E. Grayscale: #E9E9E9. Windows color (decimal): -856895 or 12709106. OLE color: 12709106.

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

Color convert

RGB242236193-
CMYK00.020.200.05
HSL52.65º65.33%85.29%-
HSV(B)52.65º20.25%94.9%-
XYZ76.2482.7262.4-
YUV232.89105.49134.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.07%
GREEN value IS 236 (92.58% from 255) = 35.17%
BLUE value IS 193 (75.78% from 255) = 28.76%
R=36.07%
G=35.17%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223619300.020.200.0552.6565.3385.29
HexF2ECC102145354155
Octal3623543010224565101125
Binary1111001011101100110000010101010010111010110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ECC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ECC1; }

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

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

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

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

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

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

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

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