#F0AFFD

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

Shades of Mauve #F0AFFD

Tints of Mauve #F0AFFD

Color information

#F0AFFD (or 0xF0AFFD) is unknown color: approx Mauve. HEX triplet: F0, AF and FD. RGB value is (240,175,253). Sum of RGB (Red+Green+Blue) = 240+175+253=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 175 (68.75% from 255 or 26.20% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0AFFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFFD is #0F5002. Grayscale: #CBCBCB. Windows color (decimal): -1003523 or 16625648. OLE color: 16625648.

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

Color convert

RGB240175253-
CMYK0.050.3100.01
HSL290º95.12%83.92%-
HSV(B)290º30.83%99.22%-
XYZ68.9956.28100.15-
YUV203.33156.03154.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.93%
GREEN value IS 175 (68.75% from 255) = 26.20%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=35.93%
G=26.20%
B=37.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401752530.050.3100.0129095.1283.92
HexF0AFFD51F011225f54
Octal36025737553701442137124
Binary111100001010111111111101101111110110010001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFFD; }

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

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

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

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

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

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

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

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