#F7B2FB

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

Shades of Mauve #F7B2FB

Tints of Mauve #F7B2FB

Color information

#F7B2FB (or 0xF7B2FB) is unknown color: approx Mauve. HEX triplet: F7, B2 and FB. RGB value is (247,178,251). Sum of RGB (Red+Green+Blue) = 247+178+251=676 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.54% from 676); Green value is 178 (69.92% from 255 or 26.33% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7B2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7B2FB is #084D04. Grayscale: #CECECE. Windows color (decimal): -544005 or 16495351. OLE color: 16495351.

HSL color Cylindrical-coordinate representation of color #F7B2FB: hue angle of 296.71º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7B2FB is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247178251-
CMYK0.020.2900.02
HSL296.71º90.12%84.12%-
HSV(B)296.71º29.08%98.43%-
XYZ71.6958.5898.8-
YUV206.95152.86156.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.54%
GREEN value IS 178 (69.92% from 255) = 26.33%
BLUE value IS 251 (98.44% from 255) = 37.13%
R=36.54%
G=26.33%
B=37.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471782510.020.2900.02296.7190.1284.12
HexF7B2FB21D021295a54
Octal36726237323502451132124
Binary111101111011001011111011101110101010010100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B2FB; }

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

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

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

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

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

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

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

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