#F7ADD9

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

Shades of Lavender Pink #F7ADD9

Tints of Lavender Pink #F7ADD9

Color information

#F7ADD9 (or 0xF7ADD9) is unknown color: approx Lavender Pink. HEX triplet: F7, AD and D9. RGB value is (247,173,217). Sum of RGB (Red+Green+Blue) = 247+173+217=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADD9 is #085226. Grayscale: #C8C8C8. Windows color (decimal): -545319 or 14265847. OLE color: 14265847.

HSL color Cylindrical-coordinate representation of color #F7ADD9: hue angle of 324.32º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ADD9 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB247173217-
CMYK00.300.120.03
HSL324.32º82.22%82.35%-
HSV(B)324.32º29.96%96.86%-
XYZ65.8354.6772.73-
YUV200.14137.52161.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.78%
GREEN value IS 173 (67.97% from 255) = 27.16%
BLUE value IS 217 (85.16% from 255) = 34.07%
R=38.78%
G=27.16%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717321700.300.120.03324.3282.2282.35
HexF7ADD901EC31445252
Octal367255331036143504122122
Binary11110111101011011101100101111011001110100010010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADD9; }

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

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

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

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

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

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

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

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