#F5BFFB

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

Shades of Mauve #F5BFFB

Tints of Mauve #F5BFFB

Color information

#F5BFFB (or 0xF5BFFB) is unknown color: approx Mauve. HEX triplet: F5, BF and FB. RGB value is (245,191,251). Sum of RGB (Red+Green+Blue) = 245+191+251=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 191 (75% from 255 or 27.80% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5BFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BFFB is #0A4004. Grayscale: #D5D5D5. Windows color (decimal): -671749 or 16498677. OLE color: 16498677.

HSL color Cylindrical-coordinate representation of color #F5BFFB: hue angle of 294º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BFFB is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245191251-
CMYK0.020.2400.02
HSL294º88.24%86.67%-
HSV(B)294º23.9%98.43%-
XYZ73.763.6499.67-
YUV213.99148.89150.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.66%
GREEN value IS 191 (75% from 255) = 27.80%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=35.66%
G=27.80%
B=36.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451912510.020.2400.0229488.2486.67
HexF5BFFB218021265857
Octal36527737323002446130127
Binary111101011011111111111011101100001010010011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFFB; }

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

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

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

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

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

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

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

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