#F6AFFD

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

Shades of Mauve #F6AFFD

Tints of Mauve #F6AFFD

Color information

#F6AFFD (or 0xF6AFFD) is unknown color: approx Mauve. HEX triplet: F6, AF and FD. RGB value is (246,175,253). Sum of RGB (Red+Green+Blue) = 246+175+253=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 175 (68.75% from 255 or 25.96% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6AFFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AFFD is #095002. Grayscale: #CCCCCC. Windows color (decimal): -610307 or 16625654. OLE color: 16625654.

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

Color convert

RGB246175253-
CMYK0.030.3100.01
HSL294.62º95.12%83.92%-
HSV(B)294.62º30.83%99.22%-
XYZ71.0757.34100.25-
YUV205.12155.02157.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.50%
GREEN value IS 175 (68.75% from 255) = 25.96%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=36.50%
G=25.96%
B=37.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2461752530.030.3100.01294.6295.1283.92
HexF6AFFD31F011275f54
Octal36625737533701447137124
Binary11110110101011111111110111111110110010011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AFFD; }

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

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

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

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

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

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

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

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