#F3BAFA

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

Shades of Mauve #F3BAFA

Tints of Mauve #F3BAFA

Color information

#F3BAFA (or 0xF3BAFA) is unknown color: approx Mauve. HEX triplet: F3, BA and FA. RGB value is (243,186,250). Sum of RGB (Red+Green+Blue) = 243+186+250=679 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.79% from 679); Green value is 186 (73.05% from 255 or 27.39% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3BAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAFA is #0C4505. Grayscale: #D2D2D2. Windows color (decimal): -804102 or 16431859. OLE color: 16431859.

HSL color Cylindrical-coordinate representation of color #F3BAFA: hue angle of 293.44º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3BAFA is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB243186250-
CMYK0.030.2600.02
HSL293.44º86.49%85.49%-
HSV(B)293.44º25.6%98.04%-
XYZ71.7861.0798.45-
YUV210.34150.38151.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.79%
GREEN value IS 186 (73.05% from 255) = 27.39%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=35.79%
G=27.39%
B=36.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431862500.030.2600.02293.4486.4985.49
HexF3BAFA31A021255655
Octal36327237233202445126125
Binary111100111011101011111010111101001010010010110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAFA; }

 p { color: rgb(243,186,250); }

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

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

 a { background-color: rgb(243,186,250); }

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

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

 span { border-color: rgb(243,186,250); }

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