#F2A6FA

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

Shades of Mauve #F2A6FA

Tints of Mauve #F2A6FA

Color information

#F2A6FA (or 0xF2A6FA) is unknown color: approx Mauve. HEX triplet: F2, A6 and FA. RGB value is (242,166,250). Sum of RGB (Red+Green+Blue) = 242+166+250=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 166 (65.23% from 255 or 25.23% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2A6FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A6FA is #0D5905. Grayscale: #C6C6C6. Windows color (decimal): -874758 or 16426738. OLE color: 16426738.

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

Color convert

RGB242166250-
CMYK0.030.3400.02
HSL294.29º89.36%81.57%-
HSV(B)294.29º33.6%98.04%-
XYZ67.5153.0597.12-
YUV198.3157.18159.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.78%
GREEN value IS 166 (65.23% from 255) = 25.23%
BLUE value IS 250 (98.05% from 255) = 37.99%
R=36.78%
G=25.23%
B=37.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421662500.030.3400.02294.2989.3681.57
HexF2A6FA322021265952
Octal36224637234202446131122
Binary1111001010100110111110101110001001010010011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A6FA; }

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

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

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

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

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

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

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

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