#FAB9FF

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

Shades of Mauve #FAB9FF

Tints of Mauve #FAB9FF

Color information

#FAB9FF (or 0xFAB9FF) is unknown color: approx Mauve. HEX triplet: FA, B9 and FF. RGB value is (250,185,255). Sum of RGB (Red+Green+Blue) = 250+185+255=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 185 (72.66% from 255 or 26.81% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAB9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB9FF is #054600. Grayscale: #D4D4D4. Windows color (decimal): -345601 or 16759290. OLE color: 16759290.

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

Color convert

RGB250185255-
CMYK0.020.2700
HSL295.71º100%86.27%-
HSV(B)295.71º27.45%100%-
XYZ74.8262.24102.68-
YUV212.42152.03154.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 185 (72.66% from 255) = 26.81%
BLUE value IS 255 (100% from 255) = 36.96%
R=36.23%
G=26.81%
B=36.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501852550.020.2700295.7110086.27
HexFAB9FF21B001286456
Octal37227137723300450144126
Binary11111010101110011111111110110110010010100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9FF; }

 p { color: rgb(250,185,255); }

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

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

 a { background-color: rgb(250,185,255); }

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

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

 span { border-color: rgb(250,185,255); }

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