#F7ABFB

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

Shades of Mauve #F7ABFB

Tints of Mauve #F7ABFB

Color information

#F7ABFB (or 0xF7ABFB) is unknown color: approx Mauve. HEX triplet: F7, AB and FB. RGB value is (247,171,251). Sum of RGB (Red+Green+Blue) = 247+171+251=669 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.92% from 669); Green value is 171 (67.19% from 255 or 25.56% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7ABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ABFB is #085404. Grayscale: #CACACA. Windows color (decimal): -545797 or 16493559. OLE color: 16493559.

HSL color Cylindrical-coordinate representation of color #F7ABFB: hue angle of 297º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7ABFB is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247171251-
CMYK0.020.3200.02
HSL297º90.91%82.75%-
HSV(B)297º31.87%98.43%-
XYZ70.3355.8798.34-
YUV202.84155.18159.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.92%
GREEN value IS 171 (67.19% from 255) = 25.56%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=36.92%
G=25.56%
B=37.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471712510.020.3200.0229790.9182.75
HexF7ABFB220021295b53
Octal36725337324002451133123
Binary1111011110101011111110111010000001010010100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ABFB; }

 p { color: rgb(247,171,251); }

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

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

 a { background-color: rgb(247,171,251); }

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

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

 span { border-color: rgb(247,171,251); }

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