#F2A2CF

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

Shades of Lavender Pink #F2A2CF

Tints of Lavender Pink #F2A2CF

Color information

#F2A2CF (or 0xF2A2CF) is unknown color: approx Lavender Pink. HEX triplet: F2, A2 and CF. RGB value is (242,162,207). Sum of RGB (Red+Green+Blue) = 242+162+207=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A2CF is #0D5D30. Grayscale: #BEBEBE. Windows color (decimal): -875825 or 13607666. OLE color: 13607666.

HSL color Cylindrical-coordinate representation of color #F2A2CF: hue angle of 326.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A2CF is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242162207-
CMYK00.330.140.05
HSL326.25º75.47%79.22%-
HSV(B)326.25º33.06%94.9%-
XYZ60.849.2265.33-
YUV191.05137164.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.61%
GREEN value IS 162 (63.67% from 255) = 26.51%
BLUE value IS 207 (81.25% from 255) = 33.88%
R=39.61%
G=26.51%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216220700.330.140.05326.2575.4779.22
HexF2A2CF021E51464b4f
Octal362242317041165506113117
Binary1111001010100010110011110100001111010110100011010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A2CF; }

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

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

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

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

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

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

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

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