#F2EEC7

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

Shades of Corn Field #F2EEC7

Tints of Corn Field #F2EEC7

Color information

#F2EEC7 (or 0xF2EEC7) is unknown color: approx Corn Field. HEX triplet: F2, EE and C7. RGB value is (242,238,199). Sum of RGB (Red+Green+Blue) = 242+238+199=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 199 (78.12% from 255 or 29.31% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEC7 is #0D1138. Grayscale: #EAEAEA. Windows color (decimal): -856377 or 13102834. OLE color: 13102834.

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

Color convert

RGB242238199-
CMYK00.020.180.05
HSL54.42º62.32%86.47%-
HSV(B)54.42º17.77%94.9%-
XYZ77.584.1566.19-
YUV234.75107.83133.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.64%
GREEN value IS 238 (93.36% from 255) = 35.05%
BLUE value IS 199 (78.12% from 255) = 29.31%
R=35.64%
G=35.05%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223819900.020.180.0554.4262.3286.47
HexF2EEC702125363e56
Octal362356307022256676126
Binary111100101110111011000111010100101011101101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EEC7; }

 p { color: rgb(242,238,199); }

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

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

 a { background-color: rgb(242,238,199); }

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

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

 span { border-color: rgb(242,238,199); }

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