#F2A4D1

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

Shades of Lavender Pink #F2A4D1

Tints of Lavender Pink #F2A4D1

Color information

#F2A4D1 (or 0xF2A4D1) is unknown color: approx Lavender Pink. HEX triplet: F2, A4 and D1. RGB value is (242,164,209). Sum of RGB (Red+Green+Blue) = 242+164+209=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A4D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A4D1 is #0D5B2E. Grayscale: #C0C0C0. Windows color (decimal): -875311 or 13739250. OLE color: 13739250.

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

Color convert

RGB242164209-
CMYK00.320.140.05
HSL325.38º75%79.61%-
HSV(B)325.38º32.23%94.9%-
XYZ61.450.0366.74-
YUV192.45137.34163.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.35%
GREEN value IS 164 (64.45% from 255) = 26.67%
BLUE value IS 209 (82.03% from 255) = 33.98%
R=39.35%
G=26.67%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216420900.320.140.05325.387579.61
HexF2A4D1020E51454b50
Octal362244321040165505113120
Binary1111001010100100110100010100000111010110100010110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A4D1; }

 p { color: rgb(242,164,209); }

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

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

 a { background-color: rgb(242,164,209); }

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

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

 span { border-color: rgb(242,164,209); }

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