#F6BDFF

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

Shades of Mauve #F6BDFF

Tints of Mauve #F6BDFF

Color information

#F6BDFF (or 0xF6BDFF) is unknown color: approx Mauve. HEX triplet: F6, BD and FF. RGB value is (246,189,255). Sum of RGB (Red+Green+Blue) = 246+189+255=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 189 (74.22% from 255 or 27.39% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BDFF is #094200. Grayscale: #D5D5D5. Windows color (decimal): -606721 or 16760310. OLE color: 16760310.

HSL color Cylindrical-coordinate representation of color #F6BDFF: hue angle of 291.82º 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 #F6BDFF is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB246189255-
CMYK0.040.2600
HSL291.82º100%87.06%-
HSV(B)291.82º25.88%100%-
XYZ74.2563.21102.89-
YUV213.57151.38151.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.65%
GREEN value IS 189 (74.22% from 255) = 27.39%
BLUE value IS 255 (100% from 255) = 36.96%
R=35.65%
G=27.39%
B=36.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2461892550.040.2600291.8210087.06
HexF6BDFF41A001246457
Octal36627537743200444144127
Binary111101101011110111111111100110100010010010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BDFF; }

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

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

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

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

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

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

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

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