#F9AAFF

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

Shades of Mauve #F9AAFF

Tints of Mauve #F9AAFF

Color information

#F9AAFF (or 0xF9AAFF) is unknown color: approx Mauve. HEX triplet: F9, AA and FF. RGB value is (249,170,255). Sum of RGB (Red+Green+Blue) = 249+170+255=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 170 (66.80% from 255 or 25.22% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9AAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AAFF is #065500. Grayscale: #CBCBCB. Windows color (decimal): -414977 or 16755449. OLE color: 16755449.

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

Color convert

RGB249170255-
CMYK0.020.3300
HSL295.76º100%83.33%-
HSV(B)295.76º33.33%100%-
XYZ71.4956.11101.67-
YUV203.31157.17160.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.94%
GREEN value IS 170 (66.80% from 255) = 25.22%
BLUE value IS 255 (100% from 255) = 37.83%
R=36.94%
G=25.22%
B=37.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491702550.020.3300295.7610083.33
HexF9AAFF221001286453
Octal37125237724100450144123
Binary111110011010101011111111101000010010010100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AAFF; }

 p { color: rgb(249,170,255); }

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

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

 a { background-color: rgb(249,170,255); }

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

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

 span { border-color: rgb(249,170,255); }

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