#F2FEFB

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

Shades of Mint Cream #F2FEFB

Tints of Mint Cream #F2FEFB

Color information

#F2FEFB (or 0xF2FEFB) is unknown color: approx Mint Cream. HEX triplet: F2, FE and FB. RGB value is (242,254,251). Sum of RGB (Red+Green+Blue) = 242+254+251=747 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.40% from 747); Green value is 254 (99.61% from 255 or 34.00% from 747); Blue value is 251 (98.44% from 255 or 33.60% from 747); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FEFB is #0D0104. Grayscale: #FAFAFA. Windows color (decimal): -852229 or 16514802. OLE color: 16514802.

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

Color convert

RGB242254251-
CMYK0.0500.010.00
HSL165º85.71%97.25%-
HSV(B)165º4.72%99.61%-
XYZ89.4796.73105.22-
YUV250.07128.52122.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.40%
GREEN value IS 254 (99.61% from 255) = 34.00%
BLUE value IS 251 (98.44% from 255) = 33.60%
R=32.40%
G=34.00%
B=33.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542510.0500.010.0016585.7197.25
HexF2FEFB5010a55661
Octal3623763735010245126141
Binary1111001011111110111110111010101010010110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEFB; }

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

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

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

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

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

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

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

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