#F1AFF8

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

Shades of Mauve #F1AFF8

Tints of Mauve #F1AFF8

Color information

#F1AFF8 (or 0xF1AFF8) is unknown color: approx Mauve. HEX triplet: F1, AF and F8. RGB value is (241,175,248). Sum of RGB (Red+Green+Blue) = 241+175+248=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 175 (68.75% from 255 or 26.36% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #F1AFF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AFF8 is #0E5007. Grayscale: #CACACA. Windows color (decimal): -937992 or 16297969. OLE color: 16297969.

HSL color Cylindrical-coordinate representation of color #F1AFF8: hue angle of 294.25º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AFF8 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB241175248-
CMYK0.030.2900.03
HSL294.25º83.91%82.94%-
HSV(B)294.25º29.44%97.25%-
XYZ68.5556.1496.03-
YUV203.06153.37155.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.30%
GREEN value IS 175 (68.75% from 255) = 26.36%
BLUE value IS 248 (97.27% from 255) = 37.35%
R=36.30%
G=26.36%
B=37.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2411752480.030.2900.03294.2583.9182.94
HexF1AFF831D031265453
Octal36125737033503446124123
Binary111100011010111111111000111110101110010011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFF8; }

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

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

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

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

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

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

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

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