#F7A4FE

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

Shades of Mauve #F7A4FE

Tints of Mauve #F7A4FE

Color information

#F7A4FE (or 0xF7A4FE) is unknown color: approx Mauve. HEX triplet: F7, A4 and FE. RGB value is (247,164,254). Sum of RGB (Red+Green+Blue) = 247+164+254=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 164 (64.45% from 255 or 24.66% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7A4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A4FE is #085B01. Grayscale: #C6C6C6. Windows color (decimal): -547586 or 16688375. OLE color: 16688375.

HSL color Cylindrical-coordinate representation of color #F7A4FE: hue angle of 295.33º 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 #F7A4FE is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB247164254-
CMYK0.030.3500.00
HSL295.33º97.83%81.96%-
HSV(B)295.33º35.43%99.61%-
XYZ69.5253.48100.42-
YUV199.08159162.18-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.14%
GREEN value IS 164 (64.45% from 255) = 24.66%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=37.14%
G=24.66%
B=38.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2471642540.030.3500.00295.3397.8381.96
HexF7A4FE323001276252
Octal36724437634300447142122
Binary111101111010010011111110111000110010010011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A4FE; }

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

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

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

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

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

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

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

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