#F5A4FE

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

Shades of Mauve #F5A4FE

Tints of Mauve #F5A4FE

Color information

#F5A4FE (or 0xF5A4FE) is unknown color: approx Mauve. HEX triplet: F5, A4 and FE. RGB value is (245,164,254). Sum of RGB (Red+Green+Blue) = 245+164+254=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 164 (64.45% from 255 or 24.74% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5A4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A4FE is #0A5B01. Grayscale: #C6C6C6. Windows color (decimal): -678658 or 16688373. OLE color: 16688373.

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

Color convert

RGB245164254-
CMYK0.040.3500.00
HSL294º97.83%81.96%-
HSV(B)294º35.43%99.61%-
XYZ68.8253.12100.39-
YUV198.48159.34161.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.95%
GREEN value IS 164 (64.45% from 255) = 24.74%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=36.95%
G=24.74%
B=38.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451642540.040.3500.0029497.8381.96
HexF5A4FE423001266252
Octal36524437644300446142122
Binary1111010110100100111111101001000110010010011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A4FE; }

 p { color: rgb(245,164,254); }

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

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

 a { background-color: rgb(245,164,254); }

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

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

 span { border-color: rgb(245,164,254); }

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