#F2ABF9

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

Shades of Mauve #F2ABF9

Tints of Mauve #F2ABF9

Color information

#F2ABF9 (or 0xF2ABF9) is unknown color: approx Mauve. HEX triplet: F2, AB and F9. RGB value is (242,171,249). Sum of RGB (Red+Green+Blue) = 242+171+249=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 171 (67.19% from 255 or 25.83% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2ABF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABF9 is #0D5406. Grayscale: #C8C8C8. Windows color (decimal): -873479 or 16362482. OLE color: 16362482.

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

Color convert

RGB242171249-
CMYK0.030.3100.02
HSL294.62º86.67%82.35%-
HSV(B)294.62º31.33%97.65%-
XYZ68.2854.8496.61-
YUV201.12155.02157.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.56%
GREEN value IS 171 (67.19% from 255) = 25.83%
BLUE value IS 249 (97.66% from 255) = 37.61%
R=36.56%
G=25.83%
B=37.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421712490.030.3100.02294.6286.6782.35
HexF2ABF931F021275752
Octal36225337133702447127122
Binary111100101010101111111001111111101010010011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ABF9; }

 p { color: rgb(242,171,249); }

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

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

 a { background-color: rgb(242,171,249); }

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

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

 span { border-color: rgb(242,171,249); }

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