#F2ABFC

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

Shades of Mauve #F2ABFC

Tints of Mauve #F2ABFC

Color information

#F2ABFC (or 0xF2ABFC) is unknown color: approx Mauve. HEX triplet: F2, AB and FC. RGB value is (242,171,252). Sum of RGB (Red+Green+Blue) = 242+171+252=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 171 (67.19% from 255 or 25.71% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2ABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABFC is #0D5403. Grayscale: #C9C9C9. Windows color (decimal): -873476 or 16559090. OLE color: 16559090.

HSL color Cylindrical-coordinate representation of color #F2ABFC: hue angle of 292.59º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2ABFC is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242171252-
CMYK0.040.3200.01
HSL292.59º93.1%82.94%-
HSV(B)292.59º32.14%98.82%-
XYZ68.7555.0399.09-
YUV201.46156.52156.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.39%
GREEN value IS 171 (67.19% from 255) = 25.71%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=36.39%
G=25.71%
B=37.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421712520.040.3200.01292.5993.182.94
HexF2ABFC420011255d53
Octal36225337444001445135123
Binary1111001010101011111111001001000000110010010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ABFC; }

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

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

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

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

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

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

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

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