#F3ADD2

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

Shades of Lavender Pink #F3ADD2

Tints of Lavender Pink #F3ADD2

Color information

#F3ADD2 (or 0xF3ADD2) is unknown color: approx Lavender Pink. HEX triplet: F3, AD and D2. RGB value is (243,173,210). Sum of RGB (Red+Green+Blue) = 243+173+210=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADD2 is #0C522D. Grayscale: #C6C6C6. Windows color (decimal): -807470 or 13807091. OLE color: 13807091.

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

Color convert

RGB243173210-
CMYK00.290.140.05
HSL328.29º74.47%81.57%-
HSV(B)328.29º28.81%95.29%-
XYZ63.5453.5967.97-
YUV198.15134.69159.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.82%
GREEN value IS 173 (67.97% from 255) = 27.64%
BLUE value IS 210 (82.42% from 255) = 33.55%
R=38.82%
G=27.64%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317321000.290.140.05328.2974.4781.57
HexF3ADD201DE51484a52
Octal363255322035165510112122
Binary111100111010110111010010011101111010110100100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ADD2; }

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

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

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

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

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

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

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

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