#F6ADFE

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

Shades of Mauve #F6ADFE

Tints of Mauve #F6ADFE

Color information

#F6ADFE (or 0xF6ADFE) is unknown color: approx Mauve. HEX triplet: F6, AD and FE. RGB value is (246,173,254). Sum of RGB (Red+Green+Blue) = 246+173+254=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 173 (67.97% from 255 or 25.71% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6ADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ADFE is #095201. Grayscale: #CBCBCB. Windows color (decimal): -610818 or 16690678. OLE color: 16690678.

HSL color Cylindrical-coordinate representation of color #F6ADFE: hue angle of 294.07º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6ADFE is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB246173254-
CMYK0.030.3200.00
HSL294.07º97.59%83.73%-
HSV(B)294.07º31.89%99.61%-
XYZ70.8456.64100.96-
YUV204.06156.18157.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.55%
GREEN value IS 173 (67.97% from 255) = 25.71%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=36.55%
G=25.71%
B=37.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2461732540.030.3200.00294.0797.5983.73
HexF6ADFE320001266254
Octal36625537634000446142124
Binary111101101010110111111110111000000010010011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ADFE; }

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

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

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

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

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

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

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

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