#F2BCFB

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

Shades of Mauve #F2BCFB

Tints of Mauve #F2BCFB

Color information

#F2BCFB (or 0xF2BCFB) is unknown color: approx Mauve. HEX triplet: F2, BC and FB. RGB value is (242,188,251). Sum of RGB (Red+Green+Blue) = 242+188+251=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 188 (73.83% from 255 or 27.61% 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 #F2BCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCFB is #0D4304. Grayscale: #D3D3D3. Windows color (decimal): -869125 or 16497906. OLE color: 16497906.

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

Color convert

RGB242188251-
CMYK0.040.2500.02
HSL291.43º88.73%86.08%-
HSV(B)291.43º25.1%98.43%-
XYZ72.0161.8199.4-
YUV211.33150.39149.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.54%
GREEN value IS 188 (73.83% from 255) = 27.61%
BLUE value IS 251 (98.44% from 255) = 36.86%
R=35.54%
G=27.61%
B=36.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421882510.040.2500.02291.4388.7386.08
HexF2BCFB419021235956
Octal36227437343102443131126
Binary1111001010111100111110111001100101010010001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BCFB; }

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

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

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

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

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

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

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

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