#F2FEFA

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

Shades of Mint Cream #F2FEFA

Tints of Mint Cream #F2FEFA

Color information

#F2FEFA (or 0xF2FEFA) is unknown color: approx Mint Cream. HEX triplet: F2, FE and FA. RGB value is (242,254,250). Sum of RGB (Red+Green+Blue) = 242+254+250=746 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.44% from 746); Green value is 254 (99.61% from 255 or 34.05% from 746); Blue value is 250 (98.05% from 255 or 33.51% from 746); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FEFA is #0D0105. Grayscale: #F9F9F9. Windows color (decimal): -852230 or 16449266. OLE color: 16449266.

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

Color convert

RGB242254250-
CMYK0.0500.020.00
HSL160º85.71%97.25%-
HSV(B)160º4.72%99.61%-
XYZ89.3296.66104.39-
YUV249.96128.02122.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 32.44%
GREEN value IS 254 (99.61% from 255) = 34.05%
BLUE value IS 250 (98.05% from 255) = 33.51%
R=32.44%
G=34.05%
B=33.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542500.0500.020.0016085.7197.25
HexF2FEFA5020a05661
Octal3623763725020240126141
Binary11110010111111101111101010101001010000010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEFA; }

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

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

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

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

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

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

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

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