#F5AAFA

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

Shades of Mauve #F5AAFA

Tints of Mauve #F5AAFA

Color information

#F5AAFA (or 0xF5AAFA) is unknown color: approx Mauve. HEX triplet: F5, AA and FA. RGB value is (245,170,250). Sum of RGB (Red+Green+Blue) = 245+170+250=665 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.84% from 665); Green value is 170 (66.80% from 255 or 25.56% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5AAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AAFA is #0A5505. Grayscale: #C9C9C9. Windows color (decimal): -677126 or 16427765. OLE color: 16427765.

HSL color Cylindrical-coordinate representation of color #F5AAFA: hue angle of 296.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5AAFA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245170250-
CMYK0.020.3200.02
HSL296.25º88.89%82.35%-
HSV(B)296.25º32%98.04%-
XYZ69.2955.0697.42-
YUV201.54155.35159-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.84%
GREEN value IS 170 (66.80% from 255) = 25.56%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=36.84%
G=25.56%
B=37.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451702500.020.3200.02296.2588.8982.35
HexF5AAFA220021285952
Octal36525237224002450131122
Binary1111010110101010111110101010000001010010100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AAFA; }

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

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

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

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

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

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

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

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