#F5AFF9

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

Shades of Mauve #F5AFF9

Tints of Mauve #F5AFF9

Color information

#F5AFF9 (or 0xF5AFF9) is unknown color: approx Mauve. HEX triplet: F5, AF and F9. RGB value is (245,175,249). Sum of RGB (Red+Green+Blue) = 245+175+249=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 175 (68.75% from 255 or 26.16% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5AFF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AFF9 is #0A5006. Grayscale: #CCCCCC. Windows color (decimal): -675847 or 16363509. OLE color: 16363509.

HSL color Cylindrical-coordinate representation of color #F5AFF9: hue angle of 296.76º degrees, saturation: 0.86, 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 #F5AFF9 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245175249-
CMYK0.020.3000.02
HSL296.76º86.05%83.14%-
HSV(B)296.76º29.72%97.65%-
XYZ70.0956.9196.91-
YUV204.37153.19156.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.62%
GREEN value IS 175 (68.75% from 255) = 26.16%
BLUE value IS 249 (97.66% from 255) = 37.22%
R=36.62%
G=26.16%
B=37.22%

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
Decimal2451752490.020.3000.02296.7686.0583.14
HexF5AFF921E021295653
Octal36525737123602451126123
Binary111101011010111111111001101111001010010100110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AFF9; }

 p { color: rgb(245,175,249); }

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

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

 a { background-color: rgb(245,175,249); }

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

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

 span { border-color: rgb(245,175,249); }

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