#FFADD7

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

Shades of Lavender Pink #FFADD7

Tints of Lavender Pink #FFADD7

Color information

#FFADD7 (or 0xFFADD7) is unknown color: approx Lavender Pink. HEX triplet: FF, AD and D7. RGB value is (255,173,215). Sum of RGB (Red+Green+Blue) = 255+173+215=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADD7 is #005228. Grayscale: #CACACA. Windows color (decimal): -21033 or 14134783. OLE color: 14134783.

HSL color Cylindrical-coordinate representation of color #FFADD7: hue angle of 329.27º 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 #FFADD7 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB255173215-
CMYK00.320.160
HSL329.27º100%83.92%-
HSV(B)329.27º32.16%100%-
XYZ68.4556.0571.5-
YUV202.31135.17165.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 173 (67.97% from 255) = 26.91%
BLUE value IS 215 (84.38% from 255) = 33.44%
R=39.66%
G=26.91%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517321500.320.160329.2710083.92
HexFFADD70201001496454
Octal377255327040200511144124
Binary111111111010110111010111010000010000010100100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADD7; }

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

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

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

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

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

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

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

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