#F2F6F4

Color #F2F6F4 Mint Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Cream #F2F6F4

Tints of Mint Cream #F2F6F4

Color information

#F2F6F4 (or 0xF2F6F4) is unknown color: approx Mint Cream. HEX triplet: F2, F6 and F4. RGB value is (242,246,244). Sum of RGB (Red+Green+Blue) = 242+246+244=732 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.06% from 732); Green value is 246 (96.48% from 255 or 33.61% from 732); Blue value is 244 (95.70% from 255 or 33.33% from 732); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F6F4 is #0D090B. Grayscale: #F4F4F4. Windows color (decimal): -854284 or 16054002. OLE color: 16054002.

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

Color convert

RGB242246244-
CMYK0.0200.010.04
HSL150º18.18%95.69%-
HSV(B)150º1.63%96.47%-
XYZ85.991.3298.69-
YUV244.58127.67126.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.06%
GREEN value IS 246 (96.48% from 255) = 33.61%
BLUE value IS 244 (95.70% from 255) = 33.33%
R=33.06%
G=33.61%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2422462440.0200.010.0415018.1895.69
HexF2F6F42014961260
Octal362366364201422622140
Binary111100101111011011110100100110010010110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F6F4; }

 p { color: rgb(242,246,244); }

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

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

 a { background-color: rgb(242,246,244); }

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

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

 span { border-color: rgb(242,246,244); }

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