#F3A2D1

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

Shades of Lavender Pink #F3A2D1

Tints of Lavender Pink #F3A2D1

Color information

#F3A2D1 (or 0xF3A2D1) is unknown color: approx Lavender Pink. HEX triplet: F3, A2 and D1. RGB value is (243,162,209). Sum of RGB (Red+Green+Blue) = 243+162+209=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 162 (63.67% from 255 or 26.38% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A2D1 is #0C5D2E. Grayscale: #BFBFBF. Windows color (decimal): -810287 or 13738739. OLE color: 13738739.

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

Color convert

RGB243162209-
CMYK00.330.140.05
HSL325.19º77.14%79.41%-
HSV(B)325.19º33.33%95.29%-
XYZ61.3949.566.64-
YUV191.58137.84164.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.58%
GREEN value IS 162 (63.67% from 255) = 26.38%
BLUE value IS 209 (82.03% from 255) = 34.04%
R=39.58%
G=26.38%
B=34.04%

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
Decimal24316220900.330.140.05325.1977.1479.41
HexF3A2D1021E51454d4f
Octal363242321041165505115117
Binary1111001110100010110100010100001111010110100010110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A2D1; }

 p { color: rgb(243,162,209); }

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

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

 a { background-color: rgb(243,162,209); }

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

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

 span { border-color: rgb(243,162,209); }

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