#F7ACFC

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

Shades of Mauve #F7ACFC

Tints of Mauve #F7ACFC

Color information

#F7ACFC (or 0xF7ACFC) is unknown color: approx Mauve. HEX triplet: F7, AC and FC. RGB value is (247,172,252). Sum of RGB (Red+Green+Blue) = 247+172+252=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 172 (67.58% from 255 or 25.63% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7ACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ACFC is #085303. Grayscale: #CBCBCB. Windows color (decimal): -545540 or 16559351. OLE color: 16559351.

HSL color Cylindrical-coordinate representation of color #F7ACFC: hue angle of 296.25º degrees, saturation: 0.93, 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 #F7ACFC is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB247172252-
CMYK0.020.3200.01
HSL296.25º93.02%83.14%-
HSV(B)296.25º31.75%98.82%-
XYZ70.6856.3199.24-
YUV203.54155.35159-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.81%
GREEN value IS 172 (67.58% from 255) = 25.63%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=36.81%
G=25.63%
B=37.56%

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
Decimal2471722520.020.3200.01296.2593.0283.14
HexF7ACFC220011285d53
Octal36725437424001450135123
Binary111101111010110011111100101000000110010100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACFC; }

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

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

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

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

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

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

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

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