#F1FAF4

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

Shades of Mint Cream #F1FAF4

Tints of Mint Cream #F1FAF4

Color information

#F1FAF4 (or 0xF1FAF4) is unknown color: approx Mint Cream. HEX triplet: F1, FA and F4. RGB value is (241,250,244). Sum of RGB (Red+Green+Blue) = 241+250+244=735 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.79% from 735); Green value is 250 (98.05% from 255 or 34.01% from 735); Blue value is 244 (95.70% from 255 or 33.20% from 735); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FAF4 is #0E050B. Grayscale: #F6F6F6. Windows color (decimal): -918796 or 16055025. OLE color: 16055025.

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

Color convert

RGB241250244-
CMYK0.0400.020.02
HSL140º47.37%96.27%-
HSV(B)140º3.6%98.04%-
XYZ86.7993.699.08-
YUV246.62126.52123.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 32.79%
GREEN value IS 250 (98.05% from 255) = 34.01%
BLUE value IS 244 (95.70% from 255) = 33.20%
R=32.79%
G=34.01%
B=33.20%

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
Decimal2412502440.0400.020.0214047.3796.27
HexF1FAF440228c2f60
Octal361372364402221457140
Binary11110001111110101111010010001010100011001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FAF4; }

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

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

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

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

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

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

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

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