#F7B6FF

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

Shades of Mauve #F7B6FF

Tints of Mauve #F7B6FF

Color information

#F7B6FF (or 0xF7B6FF) is unknown color: approx Mauve. HEX triplet: F7, B6 and FF. RGB value is (247,182,255). Sum of RGB (Red+Green+Blue) = 247+182+255=684 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.11% from 684); Green value is 182 (71.48% from 255 or 26.61% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7B6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B6FF is #084900. Grayscale: #D1D1D1. Windows color (decimal): -542977 or 16758519. OLE color: 16758519.

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

Color convert

RGB247182255-
CMYK0.030.2900
HSL293.42º100%85.69%-
HSV(B)293.42º28.63%100%-
XYZ73.1460.45102.42-
YUV209.76153.53154.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.11%
GREEN value IS 182 (71.48% from 255) = 26.61%
BLUE value IS 255 (100% from 255) = 37.28%
R=36.11%
G=26.61%
B=37.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2471822550.030.2900293.4210085.69
HexF7B6FF31D001256456
Octal36726637733500445144126
Binary11110111101101101111111111111010010010010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B6FF; }

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

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

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

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

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

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

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

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