#F5A7FD

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

Shades of Mauve #F5A7FD

Tints of Mauve #F5A7FD

Color information

#F5A7FD (or 0xF5A7FD) is unknown color: approx Mauve. HEX triplet: F5, A7 and FD. RGB value is (245,167,253). Sum of RGB (Red+Green+Blue) = 245+167+253=665 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.84% from 665); Green value is 167 (65.62% from 255 or 25.11% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5A7FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A7FD is #0A5802. Grayscale: #C7C7C7. Windows color (decimal): -677891 or 16623605. OLE color: 16623605.

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

Color convert

RGB245167253-
CMYK0.030.3400.01
HSL294.42º95.56%82.35%-
HSV(B)294.42º33.99%99.22%-
XYZ69.254.1499.73-
YUV200.13157.84160.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.84%
GREEN value IS 167 (65.62% from 255) = 25.11%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=36.84%
G=25.11%
B=38.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451672530.030.3400.01294.4295.5682.35
HexF5A7FD322011266052
Octal36524737534201446140122
Binary111101011010011111111101111000100110010011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A7FD; }

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

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

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

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

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

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

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

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