#F1AEFC

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

Shades of Mauve #F1AEFC

Tints of Mauve #F1AEFC

Color information

#F1AEFC (or 0xF1AEFC) is unknown color: approx Mauve. HEX triplet: F1, AE and FC. RGB value is (241,174,252). Sum of RGB (Red+Green+Blue) = 241+174+252=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 174 (68.36% from 255 or 26.09% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1AEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AEFC is #0E5103. Grayscale: #CACACA. Windows color (decimal): -938244 or 16559857. OLE color: 16559857.

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

Color convert

RGB241174252-
CMYK0.040.3100.01
HSL291.54º92.86%83.53%-
HSV(B)291.54º30.95%98.82%-
XYZ68.985699.27-
YUV202.92155.7155.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.13%
GREEN value IS 174 (68.36% from 255) = 26.09%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=36.13%
G=26.09%
B=37.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411742520.040.3100.01291.5492.8683.53
HexF1AEFC41F011245d54
Octal36125637443701444135124
Binary111100011010111011111100100111110110010010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEFC; }

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

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

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

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

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

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

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

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