#F3BCFB

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

Shades of Mauve #F3BCFB

Tints of Mauve #F3BCFB

Color information

#F3BCFB (or 0xF3BCFB) is unknown color: approx Mauve. HEX triplet: F3, BC and FB. RGB value is (243,188,251). Sum of RGB (Red+Green+Blue) = 243+188+251=682 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.63% from 682); Green value is 188 (73.83% from 255 or 27.57% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3BCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BCFB is #0C4304. Grayscale: #D3D3D3. Windows color (decimal): -803589 or 16497907. OLE color: 16497907.

HSL color Cylindrical-coordinate representation of color #F3BCFB: hue angle of 292.38º 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 #F3BCFB is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB243188251-
CMYK0.030.2500.02
HSL292.38º88.73%86.08%-
HSV(B)292.38º25.1%98.43%-
XYZ72.3661.9999.42-
YUV211.63150.22150.38-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.63%
GREEN value IS 188 (73.83% from 255) = 27.57%
BLUE value IS 251 (98.44% from 255) = 36.80%
R=35.63%
G=27.57%
B=36.80%

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
Decimal2431882510.030.2500.02292.3888.7386.08
HexF3BCFB319021245956
Octal36327437333102444131126
Binary111100111011110011111011111100101010010010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCFB; }

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

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

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

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

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

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

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

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