#F6ADFD

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

Shades of Mauve #F6ADFD

Tints of Mauve #F6ADFD

Color information

#F6ADFD (or 0xF6ADFD) is unknown color: approx Mauve. HEX triplet: F6, AD and FD. RGB value is (246,173,253). Sum of RGB (Red+Green+Blue) = 246+173+253=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 173 (67.97% from 255 or 25.74% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ADFD is #095202. Grayscale: #CBCBCB. Windows color (decimal): -610819 or 16625142. OLE color: 16625142.

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

Color convert

RGB246173253-
CMYK0.030.3200.01
HSL294.75º95.24%83.53%-
HSV(B)294.75º31.62%99.22%-
XYZ70.6856.57100.12-
YUV203.95155.68158-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.61%
GREEN value IS 173 (67.97% from 255) = 25.74%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=36.61%
G=25.74%
B=37.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2461732530.030.3200.01294.7595.2483.53
HexF6ADFD320011275f54
Octal36625537534001447137124
Binary111101101010110111111101111000000110010011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ADFD; }

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

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

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

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

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

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

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

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