#F5ACFA

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

Shades of Mauve #F5ACFA

Tints of Mauve #F5ACFA

Color information

#F5ACFA (or 0xF5ACFA) is unknown color: approx Mauve. HEX triplet: F5, AC and FA. RGB value is (245,172,250). Sum of RGB (Red+Green+Blue) = 245+172+250=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 172 (67.58% from 255 or 25.79% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5ACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ACFA is #0A5305. Grayscale: #CACACA. Windows color (decimal): -676614 or 16428277. OLE color: 16428277.

HSL color Cylindrical-coordinate representation of color #F5ACFA: hue angle of 296.15º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5ACFA is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245172250-
CMYK0.020.3100.02
HSL296.15º88.64%82.75%-
HSV(B)296.15º31.2%98.04%-
XYZ69.6655.8297.55-
YUV202.72154.68158.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.73%
GREEN value IS 172 (67.58% from 255) = 25.79%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=36.73%
G=25.79%
B=37.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451722500.020.3100.02296.1588.6482.75
HexF5ACFA21F021285953
Octal36525437223702450131123
Binary111101011010110011111010101111101010010100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACFA; }

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

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

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

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

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

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

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

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