#F3BAFB

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

Shades of Mauve #F3BAFB

Tints of Mauve #F3BAFB

Color information

#F3BAFB (or 0xF3BAFB) is unknown color: approx Mauve. HEX triplet: F3, BA and FB. RGB value is (243,186,251). Sum of RGB (Red+Green+Blue) = 243+186+251=680 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.74% from 680); Green value is 186 (73.05% from 255 or 27.35% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3BAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAFB is #0C4504. Grayscale: #D2D2D2. Windows color (decimal): -804101 or 16497395. OLE color: 16497395.

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

Color convert

RGB243186251-
CMYK0.030.2600.02
HSL292.62º89.04%85.69%-
HSV(B)292.62º25.9%98.43%-
XYZ71.9361.1499.28-
YUV210.45150.88151.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.74%
GREEN value IS 186 (73.05% from 255) = 27.35%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=35.74%
G=27.35%
B=36.91%

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
Decimal2431862510.030.2600.02292.6289.0485.69
HexF3BAFB31A021255956
Octal36327237333202445131126
Binary111100111011101011111011111101001010010010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAFB; }

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

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

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

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

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

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

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

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