#F7AAFF

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

Shades of Mauve #F7AAFF

Tints of Mauve #F7AAFF

Color information

#F7AAFF (or 0xF7AAFF) is unknown color: approx Mauve. HEX triplet: F7, AA and FF. RGB value is (247,170,255). Sum of RGB (Red+Green+Blue) = 247+170+255=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 170 (66.80% from 255 or 25.30% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7AAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AAFF is #085500. Grayscale: #CACACA. Windows color (decimal): -546049 or 16755447. OLE color: 16755447.

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

Color convert

RGB247170255-
CMYK0.030.3300
HSL294.35º100%83.33%-
HSV(B)294.35º33.33%100%-
XYZ70.7855.74101.64-
YUV202.71157.51159.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.76%
GREEN value IS 170 (66.80% from 255) = 25.30%
BLUE value IS 255 (100% from 255) = 37.95%
R=36.76%
G=25.30%
B=37.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2471702550.030.3300294.3510083.33
HexF7AAFF321001266453
Octal36725237734100446144123
Binary111101111010101011111111111000010010010011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAFF; }

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

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

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

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

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

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

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

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