#F7ACFD

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

Shades of Mauve #F7ACFD

Tints of Mauve #F7ACFD

Color information

#F7ACFD (or 0xF7ACFD) is unknown color: approx Mauve. HEX triplet: F7, AC and FD. RGB value is (247,172,253). Sum of RGB (Red+Green+Blue) = 247+172+253=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 172 (67.58% from 255 or 25.60% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7ACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ACFD is #085302. Grayscale: #CBCBCB. Windows color (decimal): -545539 or 16624887. OLE color: 16624887.

HSL color Cylindrical-coordinate representation of color #F7ACFD: hue angle of 295.56º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7ACFD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB247172253-
CMYK0.020.3200.01
HSL295.56º95.29%83.33%-
HSV(B)295.56º32.02%99.22%-
XYZ70.8456.37100.08-
YUV203.66155.85158.91-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.76%
GREEN value IS 172 (67.58% from 255) = 25.60%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=36.76%
G=25.60%
B=37.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2471722530.020.3200.01295.5695.2983.33
HexF7ACFD220011285f53
Octal36725437524001450137123
Binary111101111010110011111101101000000110010100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACFD; }

 p { color: rgb(247,172,253); }

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

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

 a { background-color: rgb(247,172,253); }

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

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

 span { border-color: rgb(247,172,253); }

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