#FFADD6

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

Shades of Lavender Pink #FFADD6

Tints of Lavender Pink #FFADD6

Color information

#FFADD6 (or 0xFFADD6) is unknown color: approx Lavender Pink. HEX triplet: FF, AD and D6. RGB value is (255,173,214). Sum of RGB (Red+Green+Blue) = 255+173+214=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADD6 is #005229. Grayscale: #CACACA. Windows color (decimal): -21034 or 14069247. OLE color: 14069247.

HSL color Cylindrical-coordinate representation of color #FFADD6: hue angle of 330º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFADD6 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB255173214-
CMYK00.320.160
HSL330º100%83.92%-
HSV(B)330º32.16%100%-
XYZ68.325670.83-
YUV202.19134.67165.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 173 (67.97% from 255) = 26.95%
BLUE value IS 214 (83.98% from 255) = 33.33%
R=39.72%
G=26.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517321400.320.16033010083.92
HexFFADD602010014a6454
Octal377255326040200512144124
Binary111111111010110111010110010000010000010100101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADD6; }

 p { color: rgb(255,173,214); }

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

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

 a { background-color: rgb(255,173,214); }

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

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

 span { border-color: rgb(255,173,214); }

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