#F3A5D2

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

Shades of Lavender Pink #F3A5D2

Tints of Lavender Pink #F3A5D2

Color information

#F3A5D2 (or 0xF3A5D2) is unknown color: approx Lavender Pink. HEX triplet: F3, A5 and D2. RGB value is (243,165,210). Sum of RGB (Red+Green+Blue) = 243+165+210=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A5D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A5D2 is #0C5A2D. Grayscale: #C1C1C1. Windows color (decimal): -809518 or 13805043. OLE color: 13805043.

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

Color convert

RGB243165210-
CMYK00.320.140.05
HSL325.38º76.47%80%-
HSV(B)325.38º32.1%95.29%-
XYZ62.0550.6267.47-
YUV193.45137.34163.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.32%
GREEN value IS 165 (64.84% from 255) = 26.70%
BLUE value IS 210 (82.42% from 255) = 33.98%
R=39.32%
G=26.70%
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
Decimal24316521000.320.140.05325.3876.4780
HexF3A5D2020E51454c50
Octal363245322040165505114120
Binary1111001110100101110100100100000111010110100010110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A5D2; }

 p { color: rgb(243,165,210); }

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

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

 a { background-color: rgb(243,165,210); }

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

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

 span { border-color: rgb(243,165,210); }

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