#F0AFFA

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

Shades of Mauve #F0AFFA

Tints of Mauve #F0AFFA

Color information

#F0AFFA (or 0xF0AFFA) is unknown color: approx Mauve. HEX triplet: F0, AF and FA. RGB value is (240,175,250). Sum of RGB (Red+Green+Blue) = 240+175+250=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 175 (68.75% from 255 or 26.32% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0AFFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFFA is #0F5005. Grayscale: #CACACA. Windows color (decimal): -1003526 or 16429040. OLE color: 16429040.

HSL color Cylindrical-coordinate representation of color #F0AFFA: hue angle of 292º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0AFFA is Cyan = 0.04, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240175250-
CMYK0.040.300.02
HSL292º88.24%83.33%-
HSV(B)292º30%98.04%-
XYZ68.5256.0997.66-
YUV202.98154.53154.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.09%
GREEN value IS 175 (68.75% from 255) = 26.32%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=36.09%
G=26.32%
B=37.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401752500.040.300.0229288.2483.33
HexF0AFFA41E021245853
Octal36025737243602444130123
Binary1111000010101111111110101001111001010010010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFFA; }

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

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

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

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

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

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

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

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