#F2AFFD

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

Shades of Mauve #F2AFFD

Tints of Mauve #F2AFFD

Color information

#F2AFFD (or 0xF2AFFD) is unknown color: approx Mauve. HEX triplet: F2, AF and FD. RGB value is (242,175,253). Sum of RGB (Red+Green+Blue) = 242+175+253=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 175 (68.75% from 255 or 26.12% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2AFFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFFD is #0D5002. Grayscale: #CBCBCB. Windows color (decimal): -872451 or 16625650. OLE color: 16625650.

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

Color convert

RGB242175253-
CMYK0.040.3100.01
HSL291.54º95.12%83.92%-
HSV(B)291.54º30.83%99.22%-
XYZ69.6856.63100.19-
YUV203.92155.7155.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.12%
GREEN value IS 175 (68.75% from 255) = 26.12%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=36.12%
G=26.12%
B=37.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421752530.040.3100.01291.5495.1283.92
HexF2AFFD41F011245f54
Octal36225737543701444137124
Binary111100101010111111111101100111110110010010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFFD; }

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

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

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

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

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

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

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

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