#F3ABFC

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

Shades of Mauve #F3ABFC

Tints of Mauve #F3ABFC

Color information

#F3ABFC (or 0xF3ABFC) is unknown color: approx Mauve. HEX triplet: F3, AB and FC. RGB value is (243,171,252). Sum of RGB (Red+Green+Blue) = 243+171+252=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 171 (67.19% from 255 or 25.68% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #F3ABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ABFC is #0C5403. Grayscale: #C9C9C9. Windows color (decimal): -807940 or 16559091. OLE color: 16559091.

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

Color convert

RGB243171252-
CMYK0.040.3200.01
HSL293.33º93.1%82.94%-
HSV(B)293.33º32.14%98.82%-
XYZ69.155.2199.11-
YUV201.76156.35157.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.49%
GREEN value IS 171 (67.19% from 255) = 25.68%
BLUE value IS 252 (98.83% from 255) = 37.84%
R=36.49%
G=25.68%
B=37.84%

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
Decimal2431712520.040.3200.01293.3393.182.94
HexF3ABFC420011255d53
Octal36325337444001445135123
Binary1111001110101011111111001001000000110010010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ABFC; }

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

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

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

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

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

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

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

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