#F6ACFD

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

Shades of Mauve #F6ACFD

Tints of Mauve #F6ACFD

Color information

#F6ACFD (or 0xF6ACFD) is unknown color: approx Mauve. HEX triplet: F6, AC and FD. RGB value is (246,172,253). Sum of RGB (Red+Green+Blue) = 246+172+253=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 172 (67.58% from 255 or 25.63% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6ACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ACFD is #095302. Grayscale: #CBCBCB. Windows color (decimal): -611075 or 16624886. OLE color: 16624886.

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

Color convert

RGB246172253-
CMYK0.030.3200.01
HSL294.81º95.29%83.33%-
HSV(B)294.81º32.02%99.22%-
XYZ70.4956.19100.06-
YUV203.36156.02158.41-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.66%
GREEN value IS 172 (67.58% from 255) = 25.63%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=36.66%
G=25.63%
B=37.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2461722530.030.3200.01294.8195.2983.33
HexF6ACFD320011275f53
Octal36625437534001447137123
Binary111101101010110011111101111000000110010011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ACFD; }

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

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

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

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

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

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

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

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