#F3B9FC

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

Shades of Mauve #F3B9FC

Tints of Mauve #F3B9FC

Color information

#F3B9FC (or 0xF3B9FC) is unknown color: approx Mauve. HEX triplet: F3, B9 and FC. RGB value is (243,185,252). Sum of RGB (Red+Green+Blue) = 243+185+252=680 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.74% from 680); Green value is 185 (72.66% from 255 or 27.21% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #F3B9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3B9FC is #0C4603. Grayscale: #D1D1D1. Windows color (decimal): -804356 or 16562675. OLE color: 16562675.

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

Color convert

RGB243185252-
CMYK0.040.2700.01
HSL291.94º91.78%85.69%-
HSV(B)291.94º26.59%98.82%-
XYZ71.8860.78100.04-
YUV209.98151.72151.55-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.74%
GREEN value IS 185 (72.66% from 255) = 27.21%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=35.74%
G=27.21%
B=37.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2431852520.040.2700.01291.9491.7885.69
HexF3B9FC41B011245c56
Octal36327137443301444134126
Binary111100111011100111111100100110110110010010010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B9FC; }

 p { color: rgb(243,185,252); }

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

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

 a { background-color: rgb(243,185,252); }

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

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

 span { border-color: rgb(243,185,252); }

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