#F7B0FF

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

Shades of Mauve #F7B0FF

Tints of Mauve #F7B0FF

Color information

#F7B0FF (or 0xF7B0FF) is unknown color: approx Mauve. HEX triplet: F7, B0 and FF. RGB value is (247,176,255). Sum of RGB (Red+Green+Blue) = 247+176+255=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 176 (69.14% from 255 or 25.96% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7B0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7B0FF is #084F00. Grayscale: #CDCDCD. Windows color (decimal): -544513 or 16756983. OLE color: 16756983.

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

Color convert

RGB247176255-
CMYK0.030.3100
HSL293.92º100%84.51%-
HSV(B)293.92º30.98%100%-
XYZ71.9358.04102.02-
YUV206.24155.52157.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.43%
GREEN value IS 176 (69.14% from 255) = 25.96%
BLUE value IS 255 (100% from 255) = 37.61%
R=36.43%
G=25.96%
B=37.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2471762550.030.3100293.9210084.51
HexF7B0FF31F001266455
Octal36726037733700446144125
Binary11110111101100001111111111111110010010011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B0FF; }

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

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

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

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

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

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

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

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