#F2ACFF

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

Shades of Mauve #F2ACFF

Tints of Mauve #F2ACFF

Color information

#F2ACFF (or 0xF2ACFF) is unknown color: approx Mauve. HEX triplet: F2, AC and FF. RGB value is (242,172,255). Sum of RGB (Red+Green+Blue) = 242+172+255=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 172 (67.58% from 255 or 25.71% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2ACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ACFF is #0D5300. Grayscale: #CACACA. Windows color (decimal): -873217 or 16755954. OLE color: 16755954.

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

Color convert

RGB242172255-
CMYK0.050.3300
HSL290.6º100%83.73%-
HSV(B)290.6º32.55%100%-
XYZ69.4255.6101.68-
YUV202.39157.69156.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.17%
GREEN value IS 172 (67.58% from 255) = 25.71%
BLUE value IS 255 (100% from 255) = 38.12%
R=36.17%
G=25.71%
B=38.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421722550.050.3300290.610083.73
HexF2ACFF521001236454
Octal36225437754100443144124
Binary1111001010101100111111111011000010010010001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ACFF; }

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

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

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

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

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

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

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

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