#f9afff

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

Shades of Mauve #F9AFFF

Tints of Mauve #F9AFFF

Color information

#F9AFFF (or 0xF9AFFF) is unknown color: approx Mauve. HEX triplet: F9, AF and FF. RGB value is (249,175,255). Sum of RGB (Red+Green+Blue) = 249+175+255=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 175 (68.75% from 255 or 25.77% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9AFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AFFF is #065000. Grayscale: #CECECE. Windows color (decimal): -413697 or 16756729. OLE color: 16756729.

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

Color convert

RGB249175255-
CMYK0.020.3100
HSL295.5º100%84.31%-
HSV(B)295.5º31.37%100%-
XYZ72.4558.02101.99-
YUV206.25155.52158.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.67%
GREEN value IS 175 (68.75% from 255) = 25.77%
BLUE value IS 255 (100% from 255) = 37.56%
R=36.67%
G=25.77%
B=37.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491752550.020.3100295.510084.31
HexF9AFFF21F001286454
Octal37125737723700450144124
Binary11111001101011111111111110111110010010100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9afff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9afff; }

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

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

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

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

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

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

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

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