#f2aacc

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

Shades of Lavender Pink #F2AACC

Tints of Lavender Pink #F2AACC

Color information

#F2AACC (or 0xF2AACC) is unknown color: approx Lavender Pink. HEX triplet: F2, AA and CC. RGB value is (242,170,204). Sum of RGB (Red+Green+Blue) = 242+170+204=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AACC is #0D5533. Grayscale: #C3C3C3. Windows color (decimal): -873780 or 13413106. OLE color: 13413106.

HSL color Cylindrical-coordinate representation of color #F2AACC: hue angle of 331.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AACC is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242170204-
CMYK00.300.160.05
HSL331.67º73.47%80.78%-
HSV(B)331.67º29.75%94.9%-
XYZ61.8951.9963.9-
YUV195.4132.85161.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 170 (66.80% from 255) = 27.60%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=39.29%
G=27.60%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217020400.300.160.05331.6773.4780.78
HexF2AACC01E10514c4951
Octal362252314036205514111121
Binary1111001010101010110011000111101000010110100110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2aacc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2aacc; }

 p { color: rgb(242,170,204); }

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

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

 a { background-color: rgb(242,170,204); }

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

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

 span { border-color: rgb(242,170,204); }

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