#F5AAFF

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

Shades of Mauve #F5AAFF

Tints of Mauve #F5AAFF

Color information

#F5AAFF (or 0xF5AAFF) is unknown color: approx Mauve. HEX triplet: F5, AA and FF. RGB value is (245,170,255). Sum of RGB (Red+Green+Blue) = 245+170+255=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 170 (66.80% from 255 or 25.37% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5AAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AAFF is #0A5500. Grayscale: #C9C9C9. Windows color (decimal): -677121 or 16755445. OLE color: 16755445.

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

Color convert

RGB245170255-
CMYK0.040.3300
HSL292.94º100%83.33%-
HSV(B)292.94º33.33%100%-
XYZ70.0855.38101.6-
YUV202.11157.85158.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.57%
GREEN value IS 170 (66.80% from 255) = 25.37%
BLUE value IS 255 (100% from 255) = 38.06%
R=36.57%
G=25.37%
B=38.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451702550.040.3300292.9410083.33
HexF5AAFF421001256453
Octal36525237744100445144123
Binary1111010110101010111111111001000010010010010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AAFF; }

 p { color: rgb(245,170,255); }

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

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

 a { background-color: rgb(245,170,255); }

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

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

 span { border-color: rgb(245,170,255); }

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