#F7B1FC

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

Shades of Mauve #F7B1FC

Tints of Mauve #F7B1FC

Color information

#F7B1FC (or 0xF7B1FC) is unknown color: approx Mauve. HEX triplet: F7, B1 and FC. RGB value is (247,177,252). Sum of RGB (Red+Green+Blue) = 247+177+252=676 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.54% from 676); Green value is 177 (69.53% from 255 or 26.18% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7B1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7B1FC is #084E03. Grayscale: #CECECE. Windows color (decimal): -544260 or 16560631. OLE color: 16560631.

HSL color Cylindrical-coordinate representation of color #F7B1FC: hue angle of 296º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7B1FC is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB247177252-
CMYK0.020.3000.01
HSL296º92.59%84.12%-
HSV(B)296º29.76%98.82%-
XYZ71.6558.2599.56-
YUV206.48153.69156.9-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.54%
GREEN value IS 177 (69.53% from 255) = 26.18%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=36.54%
G=26.18%
B=37.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2471772520.020.3000.0129692.5984.12
HexF7B1FC21E011285d54
Octal36726137423601450135124
Binary11110111101100011111110010111100110010100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B1FC; }

 p { color: rgb(247,177,252); }

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

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

 a { background-color: rgb(247,177,252); }

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

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

 span { border-color: rgb(247,177,252); }

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