#F3ABFF

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

Shades of Mauve #F3ABFF

Tints of Mauve #F3ABFF

Color information

#F3ABFF (or 0xF3ABFF) is unknown color: approx Mauve. HEX triplet: F3, AB and FF. RGB value is (243,171,255). Sum of RGB (Red+Green+Blue) = 243+171+255=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 171 (67.19% from 255 or 25.56% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3ABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ABFF is #0C5400. Grayscale: #C9C9C9. Windows color (decimal): -807937 or 16755699. OLE color: 16755699.

HSL color Cylindrical-coordinate representation of color #F3ABFF: hue angle of 291.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3ABFF is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB243171255-
CMYK0.050.3300
HSL291.43º100%83.53%-
HSV(B)291.43º32.94%100%-
XYZ69.5855.4101.63-
YUV202.1157.85157.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.32%
GREEN value IS 171 (67.19% from 255) = 25.56%
BLUE value IS 255 (100% from 255) = 38.12%
R=36.32%
G=25.56%
B=38.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2431712550.050.3300291.4310083.53
HexF3ABFF521001236454
Octal36325337754100443144124
Binary1111001110101011111111111011000010010010001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ABFF; }

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

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

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

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

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

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

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

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