#F1ACFB

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

Shades of Mauve #F1ACFB

Tints of Mauve #F1ACFB

Color information

#F1ACFB (or 0xF1ACFB) is unknown color: approx Mauve. HEX triplet: F1, AC and FB. RGB value is (241,172,251). Sum of RGB (Red+Green+Blue) = 241+172+251=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 172 (67.58% from 255 or 25.90% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1ACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ACFB is #0E5304. Grayscale: #C9C9C9. Windows color (decimal): -938757 or 16493809. OLE color: 16493809.

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

Color convert

RGB241172251-
CMYK0.040.3100.02
HSL292.41º90.8%82.94%-
HSV(B)292.41º31.47%98.43%-
XYZ68.4455.1798.31-
YUV201.64155.86156.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.30%
GREEN value IS 172 (67.58% from 255) = 25.90%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=36.30%
G=25.90%
B=37.80%

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
Decimal2411722510.040.3100.02292.4190.882.94
HexF1ACFB41F021245b53
Octal36125437343702444133123
Binary1111000110101100111110111001111101010010010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACFB; }

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

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

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

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

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

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

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

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