#F6A8FE

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

Shades of Mauve #F6A8FE

Tints of Mauve #F6A8FE

Color information

#F6A8FE (or 0xF6A8FE) is unknown color: approx Mauve. HEX triplet: F6, A8 and FE. RGB value is (246,168,254). Sum of RGB (Red+Green+Blue) = 246+168+254=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 168 (66.02% from 255 or 25.15% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6A8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A8FE is #095701. Grayscale: #C8C8C8. Windows color (decimal): -612098 or 16689398. OLE color: 16689398.

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

Color convert

RGB246168254-
CMYK0.030.3400.00
HSL294.42º97.73%82.75%-
HSV(B)294.42º33.86%99.61%-
XYZ69.954.75100.65-
YUV201.13157.84160.01-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.83%
GREEN value IS 168 (66.02% from 255) = 25.15%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=36.83%
G=25.15%
B=38.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2461682540.030.3400.00294.4297.7382.75
HexF6A8FE322001266253
Octal36625037634200446142123
Binary111101101010100011111110111000100010010011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A8FE; }

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

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

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

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

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

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

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

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