#F1AEFA

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

Shades of Mauve #F1AEFA

Tints of Mauve #F1AEFA

Color information

#F1AEFA (or 0xF1AEFA) is unknown color: approx Mauve. HEX triplet: F1, AE and FA. RGB value is (241,174,250). Sum of RGB (Red+Green+Blue) = 241+174+250=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 174 (68.36% from 255 or 26.17% 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 #F1AEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AEFA is #0E5105. Grayscale: #CACACA. Windows color (decimal): -938246 or 16428785. OLE color: 16428785.

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

Color convert

RGB241174250-
CMYK0.040.3000.02
HSL292.89º88.37%83.14%-
HSV(B)292.89º30.4%98.04%-
XYZ68.6755.8897.61-
YUV202.7154.7155.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.24%
GREEN value IS 174 (68.36% from 255) = 26.17%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=36.24%
G=26.17%
B=37.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411742500.040.3000.02292.8988.3783.14
HexF1AEFA41E021255853
Octal36125637243602445130123
Binary1111000110101110111110101001111001010010010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEFA; }

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

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

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

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

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

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

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

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