#F7BBFE

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

Shades of Mauve #F7BBFE

Tints of Mauve #F7BBFE

Color information

#F7BBFE (or 0xF7BBFE) is unknown color: approx Mauve. HEX triplet: F7, BB and FE. RGB value is (247,187,254). Sum of RGB (Red+Green+Blue) = 247+187+254=688 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.90% from 688); Green value is 187 (73.44% from 255 or 27.18% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7BBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BBFE is #084401. Grayscale: #D4D4D4. Windows color (decimal): -541698 or 16694263. OLE color: 16694263.

HSL color Cylindrical-coordinate representation of color #F7BBFE: hue angle of 293.73º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7BBFE is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB247187254-
CMYK0.030.2600.00
HSL293.73º97.1%86.47%-
HSV(B)293.73º26.38%99.61%-
XYZ74.0262.47101.92-
YUV212.58151.38152.55-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.90%
GREEN value IS 187 (73.44% from 255) = 27.18%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=35.90%
G=27.18%
B=36.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2471872540.030.2600.00293.7397.186.47
HexF7BBFE31A001266156
Octal36727337633200446141126
Binary11110111101110111111111011110100010010011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBFE; }

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

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

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

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

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

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

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

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