#F2FAF5

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

Shades of Mint Cream #F2FAF5

Tints of Mint Cream #F2FAF5

Color information

#F2FAF5 (or 0xF2FAF5) is unknown color: approx Mint Cream. HEX triplet: F2, FA and F5. RGB value is (242,250,245). Sum of RGB (Red+Green+Blue) = 242+250+245=737 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.84% from 737); Green value is 250 (98.05% from 255 or 33.92% from 737); Blue value is 245 (96.09% from 255 or 33.24% from 737); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAF5 is #0D050A. Grayscale: #F7F7F7. Windows color (decimal): -853259 or 16120562. OLE color: 16120562.

HSL color Cylindrical-coordinate representation of color #F2FAF5: hue angle of 142.5º degrees, saturation: 0.44, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2FAF5 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB242250245-
CMYK0.0300.020.02
HSL142.5º44.44%96.47%-
HSV(B)142.5º3.2%98.04%-
XYZ87.2893.8499.9-
YUV247.04126.85124.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.84%
GREEN value IS 250 (98.05% from 255) = 33.92%
BLUE value IS 245 (96.09% from 255) = 33.24%
R=32.84%
G=33.92%
B=33.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422502450.0300.020.02142.544.4496.47
HexF2FAF530228e2c60
Octal362372365302221654140
Binary1111001011111010111101011101010100011101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAF5; }

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

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

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

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

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

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

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

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