#F9AEFD

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

Shades of Mauve #F9AEFD

Tints of Mauve #F9AEFD

Color information

#F9AEFD (or 0xF9AEFD) is unknown color: approx Mauve. HEX triplet: F9, AE and FD. RGB value is (249,174,253). Sum of RGB (Red+Green+Blue) = 249+174+253=676 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.83% from 676); Green value is 174 (68.36% from 255 or 25.74% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9AEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AEFD is #065102. Grayscale: #CDCDCD. Windows color (decimal): -413955 or 16625401. OLE color: 16625401.

HSL color Cylindrical-coordinate representation of color #F9AEFD: hue angle of 296.96º 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 #F9AEFD is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB249174253-
CMYK0.020.3100.01
HSL296.96º95.18%83.73%-
HSV(B)296.96º31.23%99.22%-
XYZ71.9357.5100.24-
YUV205.43154.85159.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.83%
GREEN value IS 174 (68.36% from 255) = 25.74%
BLUE value IS 253 (99.22% from 255) = 37.43%
R=36.83%
G=25.74%
B=37.43%

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
Decimal2491742530.020.3100.01296.9695.1883.73
HexF9AEFD21F011295f54
Octal37125637523701451137124
Binary11111001101011101111110110111110110010100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AEFD; }

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

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

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

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

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

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

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

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