#F5ADFD

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

Shades of Mauve #F5ADFD

Tints of Mauve #F5ADFD

Color information

#F5ADFD (or 0xF5ADFD) is unknown color: approx Mauve. HEX triplet: F5, AD and FD. RGB value is (245,173,253). Sum of RGB (Red+Green+Blue) = 245+173+253=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 173 (67.97% from 255 or 25.78% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ADFD is #0A5202. Grayscale: #CBCBCB. Windows color (decimal): -676355 or 16625141. OLE color: 16625141.

HSL color Cylindrical-coordinate representation of color #F5ADFD: hue angle of 294º 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 #F5ADFD is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245173253-
CMYK0.030.3200.01
HSL294º95.24%83.53%-
HSV(B)294º31.62%99.22%-
XYZ70.3356.39100.11-
YUV203.65155.85157.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.51%
GREEN value IS 173 (67.97% from 255) = 25.78%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=36.51%
G=25.78%
B=37.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451732530.030.3200.0129495.2483.53
HexF5ADFD320011265f54
Octal36525537534001446137124
Binary111101011010110111111101111000000110010011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ADFD; }

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

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

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

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

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

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

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

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