#F1C6FF

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

Shades of Mauve #F1C6FF

Tints of Mauve #F1C6FF

Color information

#F1C6FF (or 0xF1C6FF) is unknown color: approx Mauve. HEX triplet: F1, C6 and FF. RGB value is (241,198,255). Sum of RGB (Red+Green+Blue) = 241+198+255=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 198 (77.73% from 255 or 28.53% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1C6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C6FF is #0E3900. Grayscale: #D9D9D9. Windows color (decimal): -932097 or 16762609. OLE color: 16762609.

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

Color convert

RGB241198255-
CMYK0.050.2200
HSL285.26º100%88.82%-
HSV(B)285.26º22.35%100%-
XYZ74.5266.31103.48-
YUV217.36149.25144.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.73%
GREEN value IS 198 (77.73% from 255) = 28.53%
BLUE value IS 255 (100% from 255) = 36.74%
R=34.73%
G=28.53%
B=36.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2411982550.050.2200285.2610088.82
HexF1C6FF5160011d6459
Octal36130637752600435144131
Binary111100011100011011111111101101100010001110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C6FF; }

 p { color: rgb(241,198,255); }

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

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

 a { background-color: rgb(241,198,255); }

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

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

 span { border-color: rgb(241,198,255); }

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