#F0ACFB

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

Shades of Mauve #F0ACFB

Tints of Mauve #F0ACFB

Color information

#F0ACFB (or 0xF0ACFB) is unknown color: approx Mauve. HEX triplet: F0, AC and FB. RGB value is (240,172,251). Sum of RGB (Red+Green+Blue) = 240+172+251=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 172 (67.58% from 255 or 25.94% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0ACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ACFB is #0F5304. Grayscale: #C9C9C9. Windows color (decimal): -1004293 or 16493808. OLE color: 16493808.

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

Color convert

RGB240172251-
CMYK0.040.3100.02
HSL291.65º90.8%82.94%-
HSV(B)291.65º31.47%98.43%-
XYZ68.15598.29-
YUV201.34156.03155.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.20%
GREEN value IS 172 (67.58% from 255) = 25.94%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=36.20%
G=25.94%
B=37.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401722510.040.3100.02291.6590.882.94
HexF0ACFB41F021245b53
Octal36025437343702444133123
Binary1111000010101100111110111001111101010010010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACFB; }

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

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

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

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

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

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

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

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