#F5A9FE

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

Shades of Mauve #F5A9FE

Tints of Mauve #F5A9FE

Color information

#F5A9FE (or 0xF5A9FE) is unknown color: approx Mauve. HEX triplet: F5, A9 and FE. RGB value is (245,169,254). Sum of RGB (Red+Green+Blue) = 245+169+254=668 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.68% from 668); Green value is 169 (66.41% from 255 or 25.30% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5A9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A9FE is #0A5601. Grayscale: #C9C9C9. Windows color (decimal): -677378 or 16689653. OLE color: 16689653.

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

Color convert

RGB245169254-
CMYK0.040.3300.00
HSL293.65º97.7%82.94%-
HSV(B)293.65º33.46%99.61%-
XYZ69.7354.94100.7-
YUV201.41157.68159.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.68%
GREEN value IS 169 (66.41% from 255) = 25.30%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=36.68%
G=25.30%
B=38.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451692540.040.3300.00293.6597.782.94
HexF5A9FE421001266253
Octal36525137644100446142123
Binary1111010110101001111111101001000010010010011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A9FE; }

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

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

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

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

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

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

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

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