#F1A4FD

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

Shades of Mauve #F1A4FD

Tints of Mauve #F1A4FD

Color information

#F1A4FD (or 0xF1A4FD) is unknown color: approx Mauve. HEX triplet: F1, A4 and FD. RGB value is (241,164,253). Sum of RGB (Red+Green+Blue) = 241+164+253=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 164 (64.45% from 255 or 24.92% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1A4FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A4FD is #0E5B02. Grayscale: #C4C4C4. Windows color (decimal): -940803 or 16622833. OLE color: 16622833.

HSL color Cylindrical-coordinate representation of color #F1A4FD: hue angle of 291.91º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1A4FD is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241164253-
CMYK0.050.3500.01
HSL291.91º95.7%81.76%-
HSV(B)291.91º35.18%99.22%-
XYZ67.2852.3499.49-
YUV197.17159.51159.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.63%
GREEN value IS 164 (64.45% from 255) = 24.92%
BLUE value IS 253 (99.22% from 255) = 38.45%
R=36.63%
G=24.92%
B=38.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411642530.050.3500.01291.9195.781.76
HexF1A4FD523011246052
Octal36124437554301444140122
Binary1111000110100100111111011011000110110010010011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A4FD; }

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

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

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

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

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

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

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

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