#F1A4FA

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

Shades of Mauve #F1A4FA

Tints of Mauve #F1A4FA

Color information

#F1A4FA (or 0xF1A4FA) is unknown color: approx Mauve. HEX triplet: F1, A4 and FA. RGB value is (241,164,250). Sum of RGB (Red+Green+Blue) = 241+164+250=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 164 (64.45% from 255 or 25.04% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1A4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A4FA is #0E5B05. Grayscale: #C4C4C4. Windows color (decimal): -940806 or 16426225. OLE color: 16426225.

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

Color convert

RGB241164250-
CMYK0.040.3400.02
HSL293.72º89.58%81.18%-
HSV(B)293.72º34.4%98.04%-
XYZ66.8152.1596.99-
YUV196.83158.01159.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.79%
GREEN value IS 164 (64.45% from 255) = 25.04%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=36.79%
G=25.04%
B=38.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411642500.040.3400.02293.7289.5881.18
HexF1A4FA422021265a51
Octal36124437244202446132121
Binary11110001101001001111101010010001001010010011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A4FA; }

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

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

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

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

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

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

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

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