#F2FEF7

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

Shades of Mint Cream #F2FEF7

Tints of Mint Cream #F2FEF7

Color information

#F2FEF7 (or 0xF2FEF7) is unknown color: approx Mint Cream. HEX triplet: F2, FE and F7. RGB value is (242,254,247). Sum of RGB (Red+Green+Blue) = 242+254+247=743 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.57% from 743); Green value is 254 (99.61% from 255 or 34.19% from 743); Blue value is 247 (96.88% from 255 or 33.24% from 743); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FEF7 is #0D0108. Grayscale: #F9F9F9. Windows color (decimal): -852233 or 16252658. OLE color: 16252658.

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

Color convert

RGB242254247-
CMYK0.0500.030.00
HSL145º85.71%97.25%-
HSV(B)145º4.72%99.61%-
XYZ88.8596.48101.93-
YUV249.61126.52122.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.57%
GREEN value IS 254 (99.61% from 255) = 34.19%
BLUE value IS 247 (96.88% from 255) = 33.24%
R=32.57%
G=34.19%
B=33.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542470.0500.030.0014585.7197.25
HexF2FEF75030915661
Octal3623763675030221126141
Binary11110010111111101111011110101101001000110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEF7; }

 p { color: rgb(242,254,247); }

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

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

 a { background-color: rgb(242,254,247); }

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

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

 span { border-color: rgb(242,254,247); }

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