#FAACFF

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

Shades of Mauve #FAACFF

Tints of Mauve #FAACFF

Color information

#FAACFF (or 0xFAACFF) is unknown color: approx Mauve. HEX triplet: FA, AC and FF. RGB value is (250,172,255). Sum of RGB (Red+Green+Blue) = 250+172+255=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 172 (67.58% from 255 or 25.41% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACFF is #055300. Grayscale: #CCCCCC. Windows color (decimal): -348929 or 16755962. OLE color: 16755962.

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

Color convert

RGB250172255-
CMYK0.020.3300
HSL296.39º100%83.73%-
HSV(B)296.39º32.55%100%-
XYZ72.2357.05101.81-
YUV204.78156.34160.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 172 (67.58% from 255) = 25.41%
BLUE value IS 255 (100% from 255) = 37.67%
R=36.93%
G=25.41%
B=37.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501722550.020.3300296.3910083.73
HexFAACFF221001286454
Octal37225437724100450144124
Binary111110101010110011111111101000010010010100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACFF; }

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

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

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

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

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

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

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

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