#F2FFFB

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

Shades of Mint Cream #F2FFFB

Tints of Mint Cream #F2FFFB

Color information

#F2FFFB (or 0xF2FFFB) is unknown color: approx Mint Cream. HEX triplet: F2, FF and FB. RGB value is (242,255,251). Sum of RGB (Red+Green+Blue) = 242+255+251=748 (99% of max value = 765). Red value is 242 (94.92% from 255 or 32.35% from 748); Green value is 255 (100% from 255 or 34.09% from 748); Blue value is 251 (98.44% from 255 or 33.56% from 748); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FFFB is #0D0004. Grayscale: #FAFAFA. Windows color (decimal): -851973 or 16515058. OLE color: 16515058.

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

Color convert

RGB242255251-
CMYK0.0500.020
HSL161.54º100%97.45%-
HSV(B)161.54º5.1%100%-
XYZ89.7997.36105.33-
YUV250.66128.19121.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.35%
GREEN value IS 255 (100% from 255) = 34.09%
BLUE value IS 251 (98.44% from 255) = 33.56%
R=32.35%
G=34.09%
B=33.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422552510.0500.020161.5410097.45
HexF2FFFB5020a26461
Octal3623773735020242144141
Binary11110010111111111111101110101001010001011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FFFB; }

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

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

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

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

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

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

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

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