#F7ADFD

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

Shades of Mauve #F7ADFD

Tints of Mauve #F7ADFD

Color information

#F7ADFD (or 0xF7ADFD) is unknown color: approx Mauve. HEX triplet: F7, AD and FD. RGB value is (247,173,253). Sum of RGB (Red+Green+Blue) = 247+173+253=673 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.70% from 673); Green value is 173 (67.97% from 255 or 25.71% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ADFD is #085202. Grayscale: #CCCCCC. Windows color (decimal): -545283 or 16625143. OLE color: 16625143.

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

Color convert

RGB247173253-
CMYK0.020.3200.01
HSL295.5º95.24%83.53%-
HSV(B)295.5º31.62%99.22%-
XYZ71.0356.75100.14-
YUV204.25155.52158.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.70%
GREEN value IS 173 (67.97% from 255) = 25.71%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=36.70%
G=25.71%
B=37.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2471732530.020.3200.01295.595.2483.53
HexF7ADFD220011285f54
Octal36725537524001450137124
Binary111101111010110111111101101000000110010100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADFD; }

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

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

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

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

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

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

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

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