#F6B5FC

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

Shades of Mauve #F6B5FC

Tints of Mauve #F6B5FC

Color information

#F6B5FC (or 0xF6B5FC) is unknown color: approx Mauve. HEX triplet: F6, B5 and FC. RGB value is (246,181,252). Sum of RGB (Red+Green+Blue) = 246+181+252=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 181 (71.09% from 255 or 26.66% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6B5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B5FC is #094A03. Grayscale: #D0D0D0. Windows color (decimal): -608772 or 16561654. OLE color: 16561654.

HSL color Cylindrical-coordinate representation of color #F6B5FC: hue angle of 294.93º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B5FC is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246181252-
CMYK0.020.2800.01
HSL294.93º92.21%84.9%-
HSV(B)294.93º28.17%98.82%-
XYZ72.159.6799.81-
YUV208.53152.53154.73-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.23%
GREEN value IS 181 (71.09% from 255) = 26.66%
BLUE value IS 252 (98.83% from 255) = 37.11%
R=36.23%
G=26.66%
B=37.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2461812520.020.2800.01294.9392.2184.9
HexF6B5FC21C011275c55
Octal36626537423401447134125
Binary11110110101101011111110010111000110010011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B5FC; }

 p { color: rgb(246,181,252); }

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

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

 a { background-color: rgb(246,181,252); }

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

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

 span { border-color: rgb(246,181,252); }

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