#F1FAF5

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

Shades of Mint Cream #F1FAF5

Tints of Mint Cream #F1FAF5

Color information

#F1FAF5 (or 0xF1FAF5) is unknown color: approx Mint Cream. HEX triplet: F1, FA and F5. RGB value is (241,250,245). Sum of RGB (Red+Green+Blue) = 241+250+245=736 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.74% from 736); Green value is 250 (98.05% from 255 or 33.97% from 736); Blue value is 245 (96.09% from 255 or 33.29% from 736); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FAF5 is #0E050A. Grayscale: #F6F6F6. Windows color (decimal): -918795 or 16120561. OLE color: 16120561.

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

Color convert

RGB241250245-
CMYK0.0400.020.02
HSL146.67º47.37%96.27%-
HSV(B)146.67º3.6%98.04%-
XYZ86.9493.6699.88-
YUV246.74127.02123.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.74%
GREEN value IS 250 (98.05% from 255) = 33.97%
BLUE value IS 245 (96.09% from 255) = 33.29%
R=32.74%
G=33.97%
B=33.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412502450.0400.020.02146.6747.3796.27
HexF1FAF54022932f60
Octal361372365402222357140
Binary11110001111110101111010110001010100100111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAF5; }

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

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

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

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

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

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

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

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