#F2A4D2

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

Shades of Lavender Pink #F2A4D2

Tints of Lavender Pink #F2A4D2

Color information

#F2A4D2 (or 0xF2A4D2) is unknown color: approx Lavender Pink. HEX triplet: F2, A4 and D2. RGB value is (242,164,210). Sum of RGB (Red+Green+Blue) = 242+164+210=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 164 (64.45% from 255 or 26.62% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A4D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A4D2 is #0D5B2D. Grayscale: #C0C0C0. Windows color (decimal): -875310 or 13804786. OLE color: 13804786.

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

Color convert

RGB242164210-
CMYK00.320.130.05
HSL324.62º75%79.61%-
HSV(B)324.62º32.23%94.9%-
XYZ61.5350.0867.4-
YUV192.57137.84163.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 164 (64.45% from 255) = 26.62%
BLUE value IS 210 (82.42% from 255) = 34.09%
R=39.29%
G=26.62%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216421000.320.130.05324.627579.61
HexF2A4D2020D51454b50
Octal362244322040155505113120
Binary1111001010100100110100100100000110110110100010110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A4D2; }

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

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

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

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

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

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

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

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