#F6ADDB

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

Shades of Lavender Pink #F6ADDB

Tints of Lavender Pink #F6ADDB

Color information

#F6ADDB (or 0xF6ADDB) is unknown color: approx Lavender Pink. HEX triplet: F6, AD and DB. RGB value is (246,173,219). Sum of RGB (Red+Green+Blue) = 246+173+219=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADDB is #095224. Grayscale: #C7C7C7. Windows color (decimal): -610853 or 14396918. OLE color: 14396918.

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

Color convert

RGB246173219-
CMYK00.300.110.04
HSL322.19º80.22%82.16%-
HSV(B)322.19º29.67%96.47%-
XYZ65.7454.5974.09-
YUV200.07138.68160.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.56%
GREEN value IS 173 (67.97% from 255) = 27.12%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=38.56%
G=27.12%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617321900.300.110.04322.1980.2282.16
HexF6ADDB01EB41425052
Octal366255333036134502120122
Binary111101101010110111011011011110101110010100001010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ADDB; }

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

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

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

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

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

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

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

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