#F3BBFB

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

Shades of Mauve #F3BBFB

Tints of Mauve #F3BBFB

Color information

#F3BBFB (or 0xF3BBFB) is unknown color: approx Mauve. HEX triplet: F3, BB and FB. RGB value is (243,187,251). Sum of RGB (Red+Green+Blue) = 243+187+251=681 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.68% from 681); Green value is 187 (73.44% from 255 or 27.46% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3BBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BBFB is #0C4404. Grayscale: #D2D2D2. Windows color (decimal): -803845 or 16497651. OLE color: 16497651.

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

Color convert

RGB243187251-
CMYK0.030.2500.02
HSL292.5º88.89%85.88%-
HSV(B)292.5º25.5%98.43%-
XYZ72.1561.5699.35-
YUV211.04150.55150.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.68%
GREEN value IS 187 (73.44% from 255) = 27.46%
BLUE value IS 251 (98.44% from 255) = 36.86%
R=35.68%
G=27.46%
B=36.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431872510.030.2500.02292.588.8985.88
HexF3BBFB319021245956
Octal36327337333102444131126
Binary111100111011101111111011111100101010010010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBFB; }

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

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

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

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

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

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

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

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