#FAB3FF

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

Shades of Mauve #FAB3FF

Tints of Mauve #FAB3FF

Color information

#FAB3FF (or 0xFAB3FF) is unknown color: approx Mauve. HEX triplet: FA, B3 and FF. RGB value is (250,179,255). Sum of RGB (Red+Green+Blue) = 250+179+255=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 179 (70.31% from 255 or 26.17% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAB3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3FF is #054C00. Grayscale: #D0D0D0. Windows color (decimal): -347137 or 16757754. OLE color: 16757754.

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

Color convert

RGB250179255-
CMYK0.020.3000
HSL296.05º100%85.1%-
HSV(B)296.05º29.8%100%-
XYZ73.5959.78102.27-
YUV208.89154.02157.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 179 (70.31% from 255) = 26.17%
BLUE value IS 255 (100% from 255) = 37.28%
R=36.55%
G=26.17%
B=37.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501792550.020.3000296.0510085.1
HexFAB3FF21E001286455
Octal37226337723600450144125
Binary11111010101100111111111110111100010010100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB3FF; }

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

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

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

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

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

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

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

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