#F7ACFF

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

Shades of Mauve #F7ACFF

Tints of Mauve #F7ACFF

Color information

#F7ACFF (or 0xF7ACFF) is unknown color: approx Mauve. HEX triplet: F7, AC and FF. RGB value is (247,172,255). Sum of RGB (Red+Green+Blue) = 247+172+255=674 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.65% from 674); Green value is 172 (67.58% from 255 or 25.52% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7ACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ACFF is #085300. Grayscale: #CBCBCB. Windows color (decimal): -545537 or 16755959. OLE color: 16755959.

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

Color convert

RGB247172255-
CMYK0.030.3300
HSL294.22º100%83.73%-
HSV(B)294.22º32.55%100%-
XYZ71.1656.5101.76-
YUV203.89156.85158.75-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.65%
GREEN value IS 172 (67.58% from 255) = 25.52%
BLUE value IS 255 (100% from 255) = 37.83%
R=36.65%
G=25.52%
B=37.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2471722550.030.3300294.2210083.73
HexF7ACFF321001266454
Octal36725437734100446144124
Binary111101111010110011111111111000010010010011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACFF; }

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

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

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

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

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

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

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

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