#F5ACFB

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

Shades of Mauve #F5ACFB

Tints of Mauve #F5ACFB

Color information

#F5ACFB (or 0xF5ACFB) is unknown color: approx Mauve. HEX triplet: F5, AC and FB. RGB value is (245,172,251). Sum of RGB (Red+Green+Blue) = 245+172+251=668 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.68% from 668); Green value is 172 (67.58% from 255 or 25.75% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5ACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ACFB is #0A5304. Grayscale: #CACACA. Windows color (decimal): -676613 or 16493813. OLE color: 16493813.

HSL color Cylindrical-coordinate representation of color #F5ACFB: hue angle of 295.44º degrees, saturation: 0.91, 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 #F5ACFB is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245172251-
CMYK0.020.3100.02
HSL295.44º90.8%82.94%-
HSV(B)295.44º31.47%98.43%-
XYZ69.8255.8898.37-
YUV202.83155.18158.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.68%
GREEN value IS 172 (67.58% from 255) = 25.75%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=36.68%
G=25.75%
B=37.57%

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
Decimal2451722510.020.3100.02295.4490.882.94
HexF5ACFB21F021275b53
Octal36525437323702447133123
Binary111101011010110011111011101111101010010011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACFB; }

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

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

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

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

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

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

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

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