#FAB4FF

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

Shades of Mauve #FAB4FF

Tints of Mauve #FAB4FF

Color information

#FAB4FF (or 0xFAB4FF) is unknown color: approx Mauve. HEX triplet: FA, B4 and FF. RGB value is (250,180,255). Sum of RGB (Red+Green+Blue) = 250+180+255=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 180 (70.70% from 255 or 26.28% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAB4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB4FF is #054B00. Grayscale: #D1D1D1. Windows color (decimal): -346881 or 16758010. OLE color: 16758010.

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

Color convert

RGB250180255-
CMYK0.020.2900
HSL296º100%85.29%-
HSV(B)296º29.41%100%-
XYZ73.860.19102.34-
YUV209.48153.69156.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 180 (70.70% from 255) = 26.28%
BLUE value IS 255 (100% from 255) = 37.23%
R=36.50%
G=26.28%
B=37.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501802550.020.290029610085.29
HexFAB4FF21D001286455
Octal37226437723500450144125
Binary11111010101101001111111110111010010010100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB4FF; }

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

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

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

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

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

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

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

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