#F7ADFB

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

Shades of Mauve #F7ADFB

Tints of Mauve #F7ADFB

Color information

#F7ADFB (or 0xF7ADFB) is unknown color: approx Mauve. HEX triplet: F7, AD and FB. RGB value is (247,173,251). Sum of RGB (Red+Green+Blue) = 247+173+251=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 173 (67.97% from 255 or 25.78% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7ADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ADFB is #085204. Grayscale: #CBCBCB. Windows color (decimal): -545285 or 16494071. OLE color: 16494071.

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

Color convert

RGB247173251-
CMYK0.020.3100.02
HSL296.92º90.7%83.14%-
HSV(B)296.92º31.08%98.43%-
XYZ70.7156.6398.47-
YUV204.02154.52158.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.81%
GREEN value IS 173 (67.97% from 255) = 25.78%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=36.81%
G=25.78%
B=37.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471732510.020.3100.02296.9290.783.14
HexF7ADFB21F021295b53
Octal36725537323702451133123
Binary111101111010110111111011101111101010010100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADFB; }

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

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

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

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

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

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

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

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