#F6A8FF

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

Shades of Mauve #F6A8FF

Tints of Mauve #F6A8FF

Color information

#F6A8FF (or 0xF6A8FF) is unknown color: approx Mauve. HEX triplet: F6, A8 and FF. RGB value is (246,168,255). Sum of RGB (Red+Green+Blue) = 246+168+255=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 168 (66.02% from 255 or 25.11% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6A8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A8FF is #095700. Grayscale: #C8C8C8. Windows color (decimal): -612097 or 16754934. OLE color: 16754934.

HSL color Cylindrical-coordinate representation of color #F6A8FF: hue angle of 293.79º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6A8FF is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB246168255-
CMYK0.040.3400
HSL293.79º100%82.94%-
HSV(B)293.79º34.12%100%-
XYZ70.0654.82101.5-
YUV201.24158.34159.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.77%
GREEN value IS 168 (66.02% from 255) = 25.11%
BLUE value IS 255 (100% from 255) = 38.12%
R=36.77%
G=25.11%
B=38.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2461682550.040.3400293.7910082.94
HexF6A8FF422001266453
Octal36625037744200446144123
Binary1111011010101000111111111001000100010010011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A8FF; }

 p { color: rgb(246,168,255); }

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

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

 a { background-color: rgb(246,168,255); }

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

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

 span { border-color: rgb(246,168,255); }

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