#F6ADFB

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

Shades of Mauve #F6ADFB

Tints of Mauve #F6ADFB

Color information

#F6ADFB (or 0xF6ADFB) is unknown color: approx Mauve. HEX triplet: F6, AD and FB. RGB value is (246,173,251). Sum of RGB (Red+Green+Blue) = 246+173+251=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 173 (67.97% from 255 or 25.82% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6ADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ADFB is #095204. Grayscale: #CBCBCB. Windows color (decimal): -610821 or 16494070. OLE color: 16494070.

HSL color Cylindrical-coordinate representation of color #F6ADFB: hue angle of 296.15º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6ADFB is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246173251-
CMYK0.020.3100.02
HSL296.15º90.7%83.14%-
HSV(B)296.15º31.08%98.43%-
XYZ70.3656.4598.45-
YUV203.72154.68158.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.72%
GREEN value IS 173 (67.97% from 255) = 25.82%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=36.72%
G=25.82%
B=37.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461732510.020.3100.02296.1590.783.14
HexF6ADFB21F021285b53
Octal36625537323702450133123
Binary111101101010110111111011101111101010010100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ADFB; }

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

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

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

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

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

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

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

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