#F7BAFA

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

Shades of Mauve #F7BAFA

Tints of Mauve #F7BAFA

Color information

#F7BAFA (or 0xF7BAFA) is unknown color: approx Mauve. HEX triplet: F7, BA and FA. RGB value is (247,186,250). Sum of RGB (Red+Green+Blue) = 247+186+250=683 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.16% from 683); Green value is 186 (73.05% from 255 or 27.23% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7BAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BAFA is #084505. Grayscale: #D3D3D3. Windows color (decimal): -541958 or 16431863. OLE color: 16431863.

HSL color Cylindrical-coordinate representation of color #F7BAFA: hue angle of 297.19º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7BAFA is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247186250-
CMYK0.010.2600.02
HSL297.19º86.49%85.49%-
HSV(B)297.19º25.6%98.04%-
XYZ73.1761.7998.51-
YUV211.53149.71153.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.16%
GREEN value IS 186 (73.05% from 255) = 27.23%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=36.16%
G=27.23%
B=36.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471862500.010.2600.02297.1986.4985.49
HexF7BAFA11A021295655
Octal36727237213202451126125
Binary11110111101110101111101011101001010010100110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BAFA; }

 p { color: rgb(247,186,250); }

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

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

 a { background-color: rgb(247,186,250); }

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

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

 span { border-color: rgb(247,186,250); }

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