#F3BBFE

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

Shades of Mauve #F3BBFE

Tints of Mauve #F3BBFE

Color information

#F3BBFE (or 0xF3BBFE) is unknown color: approx Mauve. HEX triplet: F3, BB and FE. RGB value is (243,187,254). Sum of RGB (Red+Green+Blue) = 243+187+254=684 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.53% from 684); Green value is 187 (73.44% from 255 or 27.34% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3BBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BBFE is #0C4401. Grayscale: #D3D3D3. Windows color (decimal): -803842 or 16694259. OLE color: 16694259.

HSL color Cylindrical-coordinate representation of color #F3BBFE: hue angle of 290.15º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3BBFE is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB243187254-
CMYK0.040.2600.00
HSL290.15º97.1%86.47%-
HSV(B)290.15º26.38%99.61%-
XYZ72.6261.75101.86-
YUV211.38152.05150.55-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.53%
GREEN value IS 187 (73.44% from 255) = 27.34%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=35.53%
G=27.34%
B=37.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2431872540.040.2600.00290.1597.186.47
HexF3BBFE41A001226156
Octal36327337643200442141126
Binary111100111011101111111110100110100010010001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBFE; }

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

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

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

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

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

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

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

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