#F6AEFD

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

Shades of Mauve #F6AEFD

Tints of Mauve #F6AEFD

Color information

#F6AEFD (or 0xF6AEFD) is unknown color: approx Mauve. HEX triplet: F6, AE and FD. RGB value is (246,174,253). Sum of RGB (Red+Green+Blue) = 246+174+253=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 174 (68.36% from 255 or 25.85% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6AEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AEFD is #095102. Grayscale: #CCCCCC. Windows color (decimal): -610563 or 16625398. OLE color: 16625398.

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

Color convert

RGB246174253-
CMYK0.030.3100.01
HSL294.68º95.18%83.73%-
HSV(B)294.68º31.23%99.22%-
XYZ70.8756.96100.19-
YUV204.53155.35157.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.55%
GREEN value IS 174 (68.36% from 255) = 25.85%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=36.55%
G=25.85%
B=37.59%

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
Decimal2461742530.030.3100.01294.6895.1883.73
HexF6AEFD31F011275f54
Octal36625637533701447137124
Binary11110110101011101111110111111110110010011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AEFD; }

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

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

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

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

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

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

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

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