#F5AFFD

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

Shades of Mauve #F5AFFD

Tints of Mauve #F5AFFD

Color information

#F5AFFD (or 0xF5AFFD) is unknown color: approx Mauve. HEX triplet: F5, AF and FD. RGB value is (245,175,253). Sum of RGB (Red+Green+Blue) = 245+175+253=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 175 (68.75% from 255 or 26.00% 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 #F5AFFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AFFD is #0A5002. Grayscale: #CCCCCC. Windows color (decimal): -675843 or 16625653. OLE color: 16625653.

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

Color convert

RGB245175253-
CMYK0.030.3100.01
HSL293.85º95.12%83.92%-
HSV(B)293.85º30.83%99.22%-
XYZ70.7257.16100.24-
YUV204.82155.19156.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.40%
GREEN value IS 175 (68.75% from 255) = 26.00%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=36.40%
G=26.00%
B=37.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451752530.030.3100.01293.8595.1283.92
HexF5AFFD31F011265f54
Octal36525737533701446137124
Binary11110101101011111111110111111110110010011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AFFD; }

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

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

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

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

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

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

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

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