#F6AAFE

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

Shades of Mauve #F6AAFE

Tints of Mauve #F6AAFE

Color information

#F6AAFE (or 0xF6AAFE) is unknown color: approx Mauve. HEX triplet: F6, AA and FE. RGB value is (246,170,254). Sum of RGB (Red+Green+Blue) = 246+170+254=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 170 (66.80% from 255 or 25.37% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6AAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AAFE is #095501. Grayscale: #CACACA. Windows color (decimal): -611586 or 16689910. OLE color: 16689910.

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

Color convert

RGB246170254-
CMYK0.030.3300.00
HSL294.29º97.67%83.14%-
HSV(B)294.29º33.07%99.61%-
XYZ70.2755.5100.77-
YUV202.3157.18159.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.72%
GREEN value IS 170 (66.80% from 255) = 25.37%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=36.72%
G=25.37%
B=37.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2461702540.030.3300.00294.2997.6783.14
HexF6AAFE321001266253
Octal36625237634100446142123
Binary111101101010101011111110111000010010010011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AAFE; }

 p { color: rgb(246,170,254); }

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

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

 a { background-color: rgb(246,170,254); }

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

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

 span { border-color: rgb(246,170,254); }

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