#F5A7FE

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

Shades of Mauve #F5A7FE

Tints of Mauve #F5A7FE

Color information

#F5A7FE (or 0xF5A7FE) is unknown color: approx Mauve. HEX triplet: F5, A7 and FE. RGB value is (245,167,254). Sum of RGB (Red+Green+Blue) = 245+167+254=666 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.79% from 666); Green value is 167 (65.62% from 255 or 25.08% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5A7FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A7FE is #0A5801. Grayscale: #C7C7C7. Windows color (decimal): -677890 or 16689141. OLE color: 16689141.

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

Color convert

RGB245167254-
CMYK0.040.3400.00
HSL293.79º97.75%82.55%-
HSV(B)293.79º34.25%99.61%-
XYZ69.3654.21100.57-
YUV200.24158.34159.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.79%
GREEN value IS 167 (65.62% from 255) = 25.08%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=36.79%
G=25.08%
B=38.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451672540.040.3400.00293.7997.7582.55
HexF5A7FE422001266253
Octal36524737644200446142123
Binary1111010110100111111111101001000100010010011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A7FE; }

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

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

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

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

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

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

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

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