#F7BBFB

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

Shades of Mauve #F7BBFB

Tints of Mauve #F7BBFB

Color information

#F7BBFB (or 0xF7BBFB) is unknown color: approx Mauve. HEX triplet: F7, BB and FB. RGB value is (247,187,251). Sum of RGB (Red+Green+Blue) = 247+187+251=685 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.06% from 685); Green value is 187 (73.44% from 255 or 27.30% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7BBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BBFB is #084404. Grayscale: #D4D4D4. Windows color (decimal): -541701 or 16497655. OLE color: 16497655.

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

Color convert

RGB247187251-
CMYK0.020.2500.02
HSL296.25º88.89%85.88%-
HSV(B)296.25º25.5%98.43%-
XYZ73.5462.2899.41-
YUV212.24149.88152.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.06%
GREEN value IS 187 (73.44% from 255) = 27.30%
BLUE value IS 251 (98.44% from 255) = 36.64%
R=36.06%
G=27.30%
B=36.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471872510.020.2500.02296.2588.8985.88
HexF7BBFB219021285956
Octal36727337323102450131126
Binary111101111011101111111011101100101010010100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBFB; }

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

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

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

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

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

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

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

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