#F9AFFD

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

Shades of Mauve #F9AFFD

Tints of Mauve #F9AFFD

Color information

#F9AFFD (or 0xF9AFFD) is unknown color: approx Mauve. HEX triplet: F9, AF and FD. RGB value is (249,175,253). Sum of RGB (Red+Green+Blue) = 249+175+253=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 175 (68.75% from 255 or 25.85% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9AFFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AFFD is #065002. Grayscale: #CDCDCD. Windows color (decimal): -413699 or 16625657. OLE color: 16625657.

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

Color convert

RGB249175253-
CMYK0.020.3100.01
HSL296.92º95.12%83.92%-
HSV(B)296.92º30.83%99.22%-
XYZ72.1357.89100.3-
YUV206.02154.52158.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.78%
GREEN value IS 175 (68.75% from 255) = 25.85%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=36.78%
G=25.85%
B=37.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491752530.020.3100.01296.9295.1283.92
HexF9AFFD21F011295f54
Octal37125737523701451137124
Binary11111001101011111111110110111110110010100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AFFD; }

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

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

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

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

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

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

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

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