#F5A2FD

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

Shades of Mauve #F5A2FD

Tints of Mauve #F5A2FD

Color information

#F5A2FD (or 0xF5A2FD) is unknown color: approx Mauve. HEX triplet: F5, A2 and FD. RGB value is (245,162,253). Sum of RGB (Red+Green+Blue) = 245+162+253=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 162 (63.67% from 255 or 24.55% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5A2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A2FD is #0A5D02. Grayscale: #C4C4C4. Windows color (decimal): -679171 or 16622325. OLE color: 16622325.

HSL color Cylindrical-coordinate representation of color #F5A2FD: hue angle of 294.73º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5A2FD is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245162253-
CMYK0.030.3600.01
HSL294.73º95.79%81.37%-
HSV(B)294.73º35.97%99.22%-
XYZ68.3152.3499.43-
YUV197.19159.5162.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.12%
GREEN value IS 162 (63.67% from 255) = 24.55%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=37.12%
G=24.55%
B=38.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451622530.030.3600.01294.7395.7981.37
HexF5A2FD324011276051
Octal36524237534401447140121
Binary111101011010001011111101111001000110010011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A2FD; }

 p { color: rgb(245,162,253); }

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

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

 a { background-color: rgb(245,162,253); }

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

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

 span { border-color: rgb(245,162,253); }

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