#f2aacf

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

Shades of Lavender Pink #F2AACF

Tints of Lavender Pink #F2AACF

Color information

#F2AACF (or 0xF2AACF) is unknown color: approx Lavender Pink. HEX triplet: F2, AA and CF. RGB value is (242,170,207). Sum of RGB (Red+Green+Blue) = 242+170+207=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AACF is #0D5530. Grayscale: #C3C3C3. Windows color (decimal): -873777 or 13609714. OLE color: 13609714.

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

Color convert

RGB242170207-
CMYK00.300.140.05
HSL329.17º73.47%80.78%-
HSV(B)329.17º29.75%94.9%-
XYZ62.2652.1365.81-
YUV195.75134.35160.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 207 (81.25% from 255) = 33.44%
R=39.10%
G=27.46%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217020700.300.140.05329.1773.4780.78
HexF2AACF01EE51494951
Octal362252317036165511111121
Binary111100101010101011001111011110111010110100100110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2aacf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2aacf; }

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

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

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

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

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

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

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

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