#F2FFF6

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

Shades of Mint Cream #F2FFF6

Tints of Mint Cream #F2FFF6

Color information

#F2FFF6 (or 0xF2FFF6) is unknown color: approx Mint Cream. HEX triplet: F2, FF and F6. RGB value is (242,255,246). Sum of RGB (Red+Green+Blue) = 242+255+246=743 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.57% from 743); Green value is 255 (100% from 255 or 34.32% from 743); Blue value is 246 (96.48% from 255 or 33.11% from 743); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FFF6 is #0D0009. Grayscale: #FAFAFA. Windows color (decimal): -851978 or 16187378. OLE color: 16187378.

HSL color Cylindrical-coordinate representation of color #F2FFF6: hue angle of 138.46º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2FFF6 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB242255246-
CMYK0.0500.040
HSL138.46º100%97.45%-
HSV(B)138.46º5.1%100%-
XYZ89.0197.05101.23-
YUV250.09125.69122.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.57%
GREEN value IS 255 (100% from 255) = 34.32%
BLUE value IS 246 (96.48% from 255) = 33.11%
R=32.57%
G=34.32%
B=33.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422552460.0500.040138.4610097.45
HexF2FFF650408a6461
Octal3623773665040212144141
Binary111100101111111111110110101010001000101011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FFF6; }

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

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

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

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

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

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

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

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