#F1AFFA

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

Shades of Mauve #F1AFFA

Tints of Mauve #F1AFFA

Color information

#F1AFFA (or 0xF1AFFA) is unknown color: approx Mauve. HEX triplet: F1, AF and FA. RGB value is (241,175,250). Sum of RGB (Red+Green+Blue) = 241+175+250=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 175 (68.75% from 255 or 26.28% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1AFFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AFFA is #0E5005. Grayscale: #CBCBCB. Windows color (decimal): -937990 or 16429041. OLE color: 16429041.

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

Color convert

RGB241175250-
CMYK0.040.300.02
HSL292.8º88.24%83.33%-
HSV(B)292.8º30%98.04%-
XYZ68.8656.2697.67-
YUV203.28154.37154.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.19%
GREEN value IS 175 (68.75% from 255) = 26.28%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=36.19%
G=26.28%
B=37.54%

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
Decimal2411752500.040.300.02292.888.2483.33
HexF1AFFA41E021255853
Octal36125737243602445130123
Binary1111000110101111111110101001111001010010010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFFA; }

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

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

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

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

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

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

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

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