#F6ADD7

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

Shades of Lavender Pink #F6ADD7

Tints of Lavender Pink #F6ADD7

Color information

#F6ADD7 (or 0xF6ADD7) is unknown color: approx Lavender Pink. HEX triplet: F6, AD and D7. RGB value is (246,173,215). Sum of RGB (Red+Green+Blue) = 246+173+215=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADD7 is #095228. Grayscale: #C7C7C7. Windows color (decimal): -610857 or 14134774. OLE color: 14134774.

HSL color Cylindrical-coordinate representation of color #F6ADD7: hue angle of 325.48º 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 #F6ADD7 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB246173215-
CMYK00.300.130.04
HSL325.48º80.22%82.16%-
HSV(B)325.48º29.67%96.47%-
XYZ65.2254.3971.35-
YUV199.61136.68161.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.80%
GREEN value IS 173 (67.97% from 255) = 27.29%
BLUE value IS 215 (84.38% from 255) = 33.91%
R=38.80%
G=27.29%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617321500.300.130.04325.4880.2282.16
HexF6ADD701ED41455052
Octal366255327036154505120122
Binary111101101010110111010111011110110110010100010110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ADD7; }

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

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

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

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

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

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

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

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