#F6AEFA

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

Shades of Mauve #F6AEFA

Tints of Mauve #F6AEFA

Color information

#F6AEFA (or 0xF6AEFA) is unknown color: approx Mauve. HEX triplet: F6, AE and FA. RGB value is (246,174,250). Sum of RGB (Red+Green+Blue) = 246+174+250=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 174 (68.36% from 255 or 25.97% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6AEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AEFA is #095105. Grayscale: #CBCBCB. Windows color (decimal): -610566 or 16428790. OLE color: 16428790.

HSL color Cylindrical-coordinate representation of color #F6AEFA: hue angle of 296.84º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6AEFA is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246174250-
CMYK0.020.3000.02
HSL296.84º88.37%83.14%-
HSV(B)296.84º30.4%98.04%-
XYZ70.456.7797.69-
YUV204.19153.85157.82-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.72%
GREEN value IS 174 (68.36% from 255) = 25.97%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=36.72%
G=25.97%
B=37.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461742500.020.3000.02296.8488.3783.14
HexF6AEFA21E021295853
Octal36625637223602451130123
Binary111101101010111011111010101111001010010100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AEFA; }

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

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

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

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

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

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

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

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