#F6BCFF

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

Shades of Mauve #F6BCFF

Tints of Mauve #F6BCFF

Color information

#F6BCFF (or 0xF6BCFF) is unknown color: approx Mauve. HEX triplet: F6, BC and FF. RGB value is (246,188,255). Sum of RGB (Red+Green+Blue) = 246+188+255=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 188 (73.83% from 255 or 27.29% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6BCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BCFF is #094300. Grayscale: #D4D4D4. Windows color (decimal): -606977 or 16760054. OLE color: 16760054.

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

Color convert

RGB246188255-
CMYK0.040.2600
HSL291.94º100%86.86%-
HSV(B)291.94º26.27%100%-
XYZ74.0462.78102.82-
YUV212.98151.72151.55-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.70%
GREEN value IS 188 (73.83% from 255) = 27.29%
BLUE value IS 255 (100% from 255) = 37.01%
R=35.70%
G=27.29%
B=37.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2461882550.040.2600291.9410086.86
HexF6BCFF41A001246457
Octal36627437743200444144127
Binary111101101011110011111111100110100010010010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BCFF; }

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

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

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

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

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

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

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

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