#F5ACFF

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

Shades of Mauve #F5ACFF

Tints of Mauve #F5ACFF

Color information

#F5ACFF (or 0xF5ACFF) is unknown color: approx Mauve. HEX triplet: F5, AC and FF. RGB value is (245,172,255). Sum of RGB (Red+Green+Blue) = 245+172+255=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 172 (67.58% from 255 or 25.60% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5ACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ACFF is #0A5300. Grayscale: #CBCBCB. Windows color (decimal): -676609 or 16755957. OLE color: 16755957.

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

Color convert

RGB245172255-
CMYK0.040.3300
HSL292.77º100%83.73%-
HSV(B)292.77º32.55%100%-
XYZ70.4656.14101.73-
YUV203.29157.18157.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.46%
GREEN value IS 172 (67.58% from 255) = 25.60%
BLUE value IS 255 (100% from 255) = 37.95%
R=36.46%
G=25.60%
B=37.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451722550.040.3300292.7710083.73
HexF5ACFF421001256454
Octal36525437744100445144124
Binary1111010110101100111111111001000010010010010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACFF; }

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

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

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

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

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

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

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

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