#F1ABFC

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

Shades of Mauve #F1ABFC

Tints of Mauve #F1ABFC

Color information

#F1ABFC (or 0xF1ABFC) is unknown color: approx Mauve. HEX triplet: F1, AB and FC. RGB value is (241,171,252). Sum of RGB (Red+Green+Blue) = 241+171+252=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 171 (67.19% from 255 or 25.75% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1ABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ABFC is #0E5403. Grayscale: #C8C8C8. Windows color (decimal): -939012 or 16559089. OLE color: 16559089.

HSL color Cylindrical-coordinate representation of color #F1ABFC: hue angle of 291.85º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1ABFC is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241171252-
CMYK0.040.3200.01
HSL291.85º93.1%82.94%-
HSV(B)291.85º32.14%98.82%-
XYZ68.4154.8599.08-
YUV201.16156.69156.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.30%
GREEN value IS 171 (67.19% from 255) = 25.75%
BLUE value IS 252 (98.83% from 255) = 37.95%
R=36.30%
G=25.75%
B=37.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411712520.040.3200.01291.8593.182.94
HexF1ABFC420011245d53
Octal36125337444001444135123
Binary1111000110101011111111001001000000110010010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ABFC; }

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

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

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

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

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

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

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

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