#F5BCFB

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

Shades of Mauve #F5BCFB

Tints of Mauve #F5BCFB

Color information

#F5BCFB (or 0xF5BCFB) is unknown color: approx Mauve. HEX triplet: F5, BC and FB. RGB value is (245,188,251). Sum of RGB (Red+Green+Blue) = 245+188+251=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 188 (73.83% from 255 or 27.49% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5BCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BCFB is #0A4304. Grayscale: #D4D4D4. Windows color (decimal): -672517 or 16497909. OLE color: 16497909.

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

Color convert

RGB245188251-
CMYK0.020.2500.02
HSL294.29º88.73%86.08%-
HSV(B)294.29º25.1%98.43%-
XYZ73.0562.3499.45-
YUV212.22149.88151.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.82%
GREEN value IS 188 (73.83% from 255) = 27.49%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=35.82%
G=27.49%
B=36.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451882510.020.2500.02294.2988.7386.08
HexF5BCFB219021265956
Octal36527437323102446131126
Binary111101011011110011111011101100101010010011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BCFB; }

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

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

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

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

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

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

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

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