#F2FAF8

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

Shades of Mint Cream #F2FAF8

Tints of Mint Cream #F2FAF8

Color information

#F2FAF8 (or 0xF2FAF8) is unknown color: approx Mint Cream. HEX triplet: F2, FA and F8. RGB value is (242,250,248). Sum of RGB (Red+Green+Blue) = 242+250+248=740 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.70% from 740); Green value is 250 (98.05% from 255 or 33.78% from 740); Blue value is 248 (97.27% from 255 or 33.51% from 740); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAF8 is #0D0507. Grayscale: #F7F7F7. Windows color (decimal): -853256 or 16317170. OLE color: 16317170.

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

Color convert

RGB242250248-
CMYK0.0300.010.02
HSL165º44.44%96.47%-
HSV(B)165º3.2%98.04%-
XYZ87.7594.03102.33-
YUV247.38128.35124.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.70%
GREEN value IS 250 (98.05% from 255) = 33.78%
BLUE value IS 248 (97.27% from 255) = 33.51%
R=32.70%
G=33.78%
B=33.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422502480.0300.010.0216544.4496.47
HexF2FAF83012a52c60
Octal362372370301224554140
Binary111100101111101011111000110110101001011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAF8; }

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

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

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

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

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

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

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

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