#F6C3FF

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

Shades of Mauve #F6C3FF

Tints of Mauve #F6C3FF

Color information

#F6C3FF (or 0xF6C3FF) is unknown color: approx Mauve. HEX triplet: F6, C3 and FF. RGB value is (246,195,255). Sum of RGB (Red+Green+Blue) = 246+195+255=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 195 (76.56% from 255 or 28.02% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6C3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C3FF is #093C00. Grayscale: #D8D8D8. Windows color (decimal): -605185 or 16761846. OLE color: 16761846.

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

Color convert

RGB246195255-
CMYK0.040.2400
HSL291º100%88.24%-
HSV(B)291º23.53%100%-
XYZ75.5765.84103.33-
YUV217.09149.4148.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.34%
GREEN value IS 195 (76.56% from 255) = 28.02%
BLUE value IS 255 (100% from 255) = 36.64%
R=35.34%
G=28.02%
B=36.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2461952550.040.240029110088.24
HexF6C3FF418001236458
Octal36630337743000443144130
Binary111101101100001111111111100110000010010001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C3FF; }

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

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

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

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

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

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

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

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