#F5BFFC

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

Shades of Mauve #F5BFFC

Tints of Mauve #F5BFFC

Color information

#F5BFFC (or 0xF5BFFC) is unknown color: approx Mauve. HEX triplet: F5, BF and FC. RGB value is (245,191,252). Sum of RGB (Red+Green+Blue) = 245+191+252=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 191 (75% from 255 or 27.76% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5BFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BFFC is #0A4003. Grayscale: #D5D5D5. Windows color (decimal): -671748 or 16564213. OLE color: 16564213.

HSL color Cylindrical-coordinate representation of color #F5BFFC: hue angle of 293.11º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BFFC is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245191252-
CMYK0.030.2400.01
HSL293.11º91.04%86.86%-
HSV(B)293.11º24.21%98.82%-
XYZ73.8663.7100.5-
YUV214.1149.39150.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.61%
GREEN value IS 191 (75% from 255) = 27.76%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=35.61%
G=27.76%
B=36.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451912520.030.2400.01293.1191.0486.86
HexF5BFFC318011255b57
Octal36527737433001445133127
Binary11110101101111111111110011110000110010010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFFC; }

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

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

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

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

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

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

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

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