#F7BBFA

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

Shades of Mauve #F7BBFA

Tints of Mauve #F7BBFA

Color information

#F7BBFA (or 0xF7BBFA) is unknown color: approx Mauve. HEX triplet: F7, BB and FA. RGB value is (247,187,250). Sum of RGB (Red+Green+Blue) = 247+187+250=684 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.11% from 684); Green value is 187 (73.44% from 255 or 27.34% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7BBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BBFA is #084405. Grayscale: #D3D3D3. Windows color (decimal): -541702 or 16432119. OLE color: 16432119.

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

Color convert

RGB247187250-
CMYK0.010.2500.02
HSL297.14º86.3%85.69%-
HSV(B)297.14º25.2%98.04%-
XYZ73.3862.2298.58-
YUV212.12149.38152.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.11%
GREEN value IS 187 (73.44% from 255) = 27.34%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=36.11%
G=27.34%
B=36.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471872500.010.2500.02297.1486.385.69
HexF7BBFA119021295656
Octal36727337213102451126126
Binary11110111101110111111101011100101010010100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBFA; }

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

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

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

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

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

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

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

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