#F2A9D2

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

Shades of Lavender Pink #F2A9D2

Tints of Lavender Pink #F2A9D2

Color information

#F2A9D2 (or 0xF2A9D2) is unknown color: approx Lavender Pink. HEX triplet: F2, A9 and D2. RGB value is (242,169,210). Sum of RGB (Red+Green+Blue) = 242+169+210=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 169 (66.41% from 255 or 27.21% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A9D2 is #0D562D. Grayscale: #C3C3C3. Windows color (decimal): -874030 or 13806066. OLE color: 13806066.

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

Color convert

RGB242169210-
CMYK00.300.130.05
HSL326.3º73.74%80.59%-
HSV(B)326.3º30.17%94.9%-
XYZ62.4451.9167.7-
YUV195.5136.18161.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.97%
GREEN value IS 169 (66.41% from 255) = 27.21%
BLUE value IS 210 (82.42% from 255) = 33.82%
R=38.97%
G=27.21%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216921000.300.130.05326.373.7480.59
HexF2A9D201ED51464a51
Octal362251322036155506112121
Binary111100101010100111010010011110110110110100011010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A9D2; }

 p { color: rgb(242,169,210); }

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

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

 a { background-color: rgb(242,169,210); }

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

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

 span { border-color: rgb(242,169,210); }

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