#F2FFFA

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

Shades of Mint Cream #F2FFFA

Tints of Mint Cream #F2FFFA

Color information

#F2FFFA (or 0xF2FFFA) is unknown color: approx Mint Cream. HEX triplet: F2, FF and FA. RGB value is (242,255,250). Sum of RGB (Red+Green+Blue) = 242+255+250=747 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.40% from 747); Green value is 255 (100% from 255 or 34.14% from 747); Blue value is 250 (98.05% from 255 or 33.47% from 747); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FFFA is #0D0005. Grayscale: #FAFAFA. Windows color (decimal): -851974 or 16449522. OLE color: 16449522.

HSL color Cylindrical-coordinate representation of color #F2FFFA: hue angle of 156.92º 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 #F2FFFA is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB242255250-
CMYK0.0500.020
HSL156.92º100%97.45%-
HSV(B)156.92º5.1%100%-
XYZ89.6397.3104.5-
YUV250.54127.69121.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.40%
GREEN value IS 255 (100% from 255) = 34.14%
BLUE value IS 250 (98.05% from 255) = 33.47%
R=32.40%
G=34.14%
B=33.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422552500.0500.020156.9210097.45
HexF2FFFA50209d6461
Octal3623773725020235144141
Binary11110010111111111111101010101001001110111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FFFA; }

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

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

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

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

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

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

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

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