#F9ABFF

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

Shades of Mauve #F9ABFF

Tints of Mauve #F9ABFF

Color information

#F9ABFF (or 0xF9ABFF) is unknown color: approx Mauve. HEX triplet: F9, AB and FF. RGB value is (249,171,255). Sum of RGB (Red+Green+Blue) = 249+171+255=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 171 (67.19% from 255 or 25.33% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9ABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ABFF is #065400. Grayscale: #CBCBCB. Windows color (decimal): -414721 or 16755705. OLE color: 16755705.

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

Color convert

RGB249171255-
CMYK0.020.3300
HSL295.71º100%83.53%-
HSV(B)295.71º32.94%100%-
XYZ71.6856.49101.73-
YUV203.9156.84160.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.89%
GREEN value IS 171 (67.19% from 255) = 25.33%
BLUE value IS 255 (100% from 255) = 37.78%
R=36.89%
G=25.33%
B=37.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491712550.020.3300295.7110083.53
HexF9ABFF221001286454
Octal37125337724100450144124
Binary111110011010101111111111101000010010010100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ABFF; }

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

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

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

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

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

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

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

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