#F3ACFF

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

Shades of Mauve #F3ACFF

Tints of Mauve #F3ACFF

Color information

#F3ACFF (or 0xF3ACFF) is unknown color: approx Mauve. HEX triplet: F3, AC and FF. RGB value is (243,172,255). Sum of RGB (Red+Green+Blue) = 243+172+255=670 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.27% from 670); Green value is 172 (67.58% from 255 or 25.67% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3ACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ACFF is #0C5300. Grayscale: #CACACA. Windows color (decimal): -807681 or 16755955. OLE color: 16755955.

HSL color Cylindrical-coordinate representation of color #F3ACFF: hue angle of 291.33º 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 #F3ACFF is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB243172255-
CMYK0.050.3300
HSL291.33º100%83.73%-
HSV(B)291.33º32.55%100%-
XYZ69.7655.78101.7-
YUV202.69157.52156.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.27%
GREEN value IS 172 (67.58% from 255) = 25.67%
BLUE value IS 255 (100% from 255) = 38.06%
R=36.27%
G=25.67%
B=38.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2431722550.050.3300291.3310083.73
HexF3ACFF521001236454
Octal36325437754100443144124
Binary1111001110101100111111111011000010010010001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ACFF; }

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

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

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

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

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

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

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

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