#F1ACFA

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

Shades of Mauve #F1ACFA

Tints of Mauve #F1ACFA

Color information

#F1ACFA (or 0xF1ACFA) is unknown color: approx Mauve. HEX triplet: F1, AC and FA. RGB value is (241,172,250). Sum of RGB (Red+Green+Blue) = 241+172+250=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 172 (67.58% from 255 or 25.94% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1ACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ACFA is #0E5305. Grayscale: #C9C9C9. Windows color (decimal): -938758 or 16428273. OLE color: 16428273.

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

Color convert

RGB241172250-
CMYK0.040.3100.02
HSL293.08º88.64%82.75%-
HSV(B)293.08º31.2%98.04%-
XYZ68.2855.1197.48-
YUV201.52155.36156.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.35%
GREEN value IS 172 (67.58% from 255) = 25.94%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=36.35%
G=25.94%
B=37.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411722500.040.3100.02293.0888.6482.75
HexF1ACFA41F021255953
Octal36125437243702445131123
Binary1111000110101100111110101001111101010010010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACFA; }

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

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

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

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

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

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

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

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