#F9ADFD

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

Shades of Mauve #F9ADFD

Tints of Mauve #F9ADFD

Color information

#F9ADFD (or 0xF9ADFD) is unknown color: approx Mauve. HEX triplet: F9, AD and FD. RGB value is (249,173,253). Sum of RGB (Red+Green+Blue) = 249+173+253=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 173 (67.97% from 255 or 25.63% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ADFD is #065202. Grayscale: #CCCCCC. Windows color (decimal): -414211 or 16625145. OLE color: 16625145.

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

Color convert

RGB249173253-
CMYK0.020.3200.01
HSL297º95.24%83.53%-
HSV(B)297º31.62%99.22%-
XYZ71.7457.12100.17-
YUV204.84155.18159.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.89%
GREEN value IS 173 (67.97% from 255) = 25.63%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=36.89%
G=25.63%
B=37.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491732530.020.3200.0129795.2483.53
HexF9ADFD220011295f54
Octal37125537524001451137124
Binary111110011010110111111101101000000110010100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ADFD; }

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

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

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

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

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

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

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

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