#F0ABFB

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

Shades of Mauve #F0ABFB

Tints of Mauve #F0ABFB

Color information

#F0ABFB (or 0xF0ABFB) is unknown color: approx Mauve. HEX triplet: F0, AB and FB. RGB value is (240,171,251). Sum of RGB (Red+Green+Blue) = 240+171+251=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 171 (67.19% from 255 or 25.83% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0ABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ABFB is #0F5404. Grayscale: #C8C8C8. Windows color (decimal): -1004549 or 16493552. OLE color: 16493552.

HSL color Cylindrical-coordinate representation of color #F0ABFB: hue angle of 291.75º 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 #F0ABFB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240171251-
CMYK0.040.3200.02
HSL291.75º90.91%82.75%-
HSV(B)291.75º31.87%98.43%-
XYZ67.9154.6298.23-
YUV200.75156.36156-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 171 (67.19% from 255) = 25.83%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=36.25%
G=25.83%
B=37.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401712510.040.3200.02291.7590.9182.75
HexF0ABFB420021245b53
Octal36025337344002444133123
Binary11110000101010111111101110010000001010010010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ABFB; }

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

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

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

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

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

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

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

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