#F2ABFF

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

Shades of Mauve #F2ABFF

Tints of Mauve #F2ABFF

Color information

#F2ABFF (or 0xF2ABFF) is unknown color: approx Mauve. HEX triplet: F2, AB and FF. RGB value is (242,171,255). Sum of RGB (Red+Green+Blue) = 242+171+255=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 171 (67.19% from 255 or 25.60% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2ABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABFF is #0D5400. Grayscale: #C9C9C9. Windows color (decimal): -873473 or 16755698. OLE color: 16755698.

HSL color Cylindrical-coordinate representation of color #F2ABFF: hue angle of 290.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2ABFF is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB242171255-
CMYK0.050.3300
HSL290.71º100%83.53%-
HSV(B)290.71º32.94%100%-
XYZ69.2355.22101.62-
YUV201.8158.02156.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.23%
GREEN value IS 171 (67.19% from 255) = 25.60%
BLUE value IS 255 (100% from 255) = 38.17%
R=36.23%
G=25.60%
B=38.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421712550.050.3300290.7110083.53
HexF2ABFF521001236454
Octal36225337754100443144124
Binary1111001010101011111111111011000010010010001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ABFF; }

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

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

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

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

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

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

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

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