#F2A2D0

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

Shades of Lavender Pink #F2A2D0

Tints of Lavender Pink #F2A2D0

Color information

#F2A2D0 (or 0xF2A2D0) is unknown color: approx Lavender Pink. HEX triplet: F2, A2 and D0. RGB value is (242,162,208). Sum of RGB (Red+Green+Blue) = 242+162+208=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A2D0 is #0D5D2F. Grayscale: #BFBFBF. Windows color (decimal): -875824 or 13673202. OLE color: 13673202.

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

Color convert

RGB242162208-
CMYK00.330.140.05
HSL325.5º75.47%79.22%-
HSV(B)325.5º33.06%94.9%-
XYZ60.9249.2765.97-
YUV191.16137.5164.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.54%
GREEN value IS 162 (63.67% from 255) = 26.47%
BLUE value IS 208 (81.64% from 255) = 33.99%
R=39.54%
G=26.47%
B=33.99%

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
Decimal24216220800.330.140.05325.575.4779.22
HexF2A2D0021E51464b4f
Octal362242320041165506113117
Binary1111001010100010110100000100001111010110100011010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A2D0; }

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

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

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

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

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

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

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

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