#F2ACFB

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

Shades of Mauve #F2ACFB

Tints of Mauve #F2ACFB

Color information

#F2ACFB (or 0xF2ACFB) is unknown color: approx Mauve. HEX triplet: F2, AC and FB. RGB value is (242,172,251). Sum of RGB (Red+Green+Blue) = 242+172+251=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 172 (67.58% from 255 or 25.86% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2ACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ACFB is #0D5304. Grayscale: #C9C9C9. Windows color (decimal): -873221 or 16493810. OLE color: 16493810.

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

Color convert

RGB242172251-
CMYK0.040.3100.02
HSL293.16º90.8%82.94%-
HSV(B)293.16º31.47%98.43%-
XYZ68.7855.3598.32-
YUV201.94155.69156.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.39%
GREEN value IS 172 (67.58% from 255) = 25.86%
BLUE value IS 251 (98.44% from 255) = 37.74%
R=36.39%
G=25.86%
B=37.74%

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
Decimal2421722510.040.3100.02293.1690.882.94
HexF2ACFB41F021255b53
Octal36225437343702445133123
Binary1111001010101100111110111001111101010010010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ACFB; }

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

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

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

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

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

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

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

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