#F5B7FC

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

Shades of Mauve #F5B7FC

Tints of Mauve #F5B7FC

Color information

#F5B7FC (or 0xF5B7FC) is unknown color: approx Mauve. HEX triplet: F5, B7 and FC. RGB value is (245,183,252). Sum of RGB (Red+Green+Blue) = 245+183+252=680 (90% of max value = 765). Red value is 245 (96.09% from 255 or 36.03% from 680); Green value is 183 (71.88% from 255 or 26.91% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5B7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B7FC is #0A4803. Grayscale: #D1D1D1. Windows color (decimal): -673796 or 16562165. OLE color: 16562165.

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

Color convert

RGB245183252-
CMYK0.030.2700.01
HSL293.91º92%85.29%-
HSV(B)293.91º27.38%98.82%-
XYZ72.1660.3199.93-
YUV209.4152.04153.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.03%
GREEN value IS 183 (71.88% from 255) = 26.91%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=36.03%
G=26.91%
B=37.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451832520.030.2700.01293.919285.29
HexF5B7FC31B011265c55
Octal36526737433301446134125
Binary11110101101101111111110011110110110010011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B7FC; }

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

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

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

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

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

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

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

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