#F6ADD9

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

Shades of Lavender Pink #F6ADD9

Tints of Lavender Pink #F6ADD9

Color information

#F6ADD9 (or 0xF6ADD9) is unknown color: approx Lavender Pink. HEX triplet: F6, AD and D9. RGB value is (246,173,217). Sum of RGB (Red+Green+Blue) = 246+173+217=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADD9 is #095226. Grayscale: #C7C7C7. Windows color (decimal): -610855 or 14265846. OLE color: 14265846.

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

Color convert

RGB246173217-
CMYK00.300.120.04
HSL323.84º80.22%82.16%-
HSV(B)323.84º29.67%96.47%-
XYZ65.4754.4972.71-
YUV199.84137.68160.92-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.68%
GREEN value IS 173 (67.97% from 255) = 27.20%
BLUE value IS 217 (85.16% from 255) = 34.12%
R=38.68%
G=27.20%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617321700.300.120.04323.8480.2282.16
HexF6ADD901EC41445052
Octal366255331036144504120122
Binary111101101010110111011001011110110010010100010010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ADD9; }

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

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

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

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

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

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

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

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