#F5ADD9

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

Shades of Lavender Pink #F5ADD9

Tints of Lavender Pink #F5ADD9

Color information

#F5ADD9 (or 0xF5ADD9) is unknown color: approx Lavender Pink. HEX triplet: F5, AD and D9. RGB value is (245,173,217). Sum of RGB (Red+Green+Blue) = 245+173+217=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADD9 is #0A5226. Grayscale: #C7C7C7. Windows color (decimal): -676391 or 14265845. OLE color: 14265845.

HSL color Cylindrical-coordinate representation of color #F5ADD9: hue angle of 323.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5ADD9 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245173217-
CMYK00.290.110.04
HSL323.33º78.26%81.96%-
HSV(B)323.33º29.39%96.08%-
XYZ65.1254.3172.7-
YUV199.54137.85160.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.58%
GREEN value IS 173 (67.97% from 255) = 27.24%
BLUE value IS 217 (85.16% from 255) = 34.17%
R=38.58%
G=27.24%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517321700.290.110.04323.3378.2681.96
HexF5ADD901DB41434e52
Octal365255331035134503116122
Binary111101011010110111011001011101101110010100001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ADD9; }

 p { color: rgb(245,173,217); }

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

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

 a { background-color: rgb(245,173,217); }

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

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

 span { border-color: rgb(245,173,217); }

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