#f7b7ff

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

Shades of Mauve #F7B7FF

Tints of Mauve #F7B7FF

Color information

#F7B7FF (or 0xF7B7FF) is unknown color: approx Mauve. HEX triplet: F7, B7 and FF. RGB value is (247,183,255). Sum of RGB (Red+Green+Blue) = 247+183+255=685 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.06% from 685); Green value is 183 (71.88% from 255 or 26.72% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7B7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B7FF is #084800. Grayscale: #D2D2D2. Windows color (decimal): -542721 or 16758775. OLE color: 16758775.

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

Color convert

RGB247183255-
CMYK0.030.2800
HSL293.33º100%85.88%-
HSV(B)293.33º28.24%100%-
XYZ73.3460.86102.49-
YUV210.34153.2154.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.06%
GREEN value IS 183 (71.88% from 255) = 26.72%
BLUE value IS 255 (100% from 255) = 37.23%
R=36.06%
G=26.72%
B=37.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2471832550.030.2800293.3310085.88
HexF7B7FF31C001256456
Octal36726737733400445144126
Binary11110111101101111111111111111000010010010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7b7ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7b7ff; }

 p { color: rgb(247,183,255); }

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

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

 a { background-color: rgb(247,183,255); }

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

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

 span { border-color: rgb(247,183,255); }

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