Html Css Color HEX #FFAAD9 Lavender Pink

📋 copy color: '#FFAAD9'

red 255 ◦ green 170 ◦ blue 217

#FFAAD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #FFAAD9

Tints of Lavender Pink #FFAAD9

RGB

 RED value IS 255 (100% from 255) = 39.72%

 GREEN value IS 170 (66.8% from 255) = 26.48%

 BLUE value IS 217 (85.16% from 255) = 33.8%

R = 39.72%
G = 26.48%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFAAD9 (or 0xFFAAD9) is known color: Lavender Pink. HEX triplet: FF, AA and D9. RGB value is (255,170,217). Sum of RGB (Red+Green+Blue) = 255+170+217=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAD9 is #005526. Grayscale: #C8C8C8. Windows color (decimal): -21799 or 14265087. OLE color: 14265087.

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

Color convert

RGB 255 170 217 -
CMYK 0 0.33 0.15 0
HSL 326.82º 1% 0.83% -
HSV(B) 326.82º 0.33% 1% -
XYZ 68.14 55.02 72.67 -
YUV 200.77 137.16 166.68 -
System Red Green Blue C M Y K H S L
Decimal 255 170 217 0 0.33 0.15 0 326.82 1 0.83
Hex FF AA D9 0 21 F 0 147 64 53
Octal 377 252 331 0 41 17 0 507 144 123
Binary 11111111 10101010 11011001 0 100001 1111 0 101000111 1100100 1010011

Color Harmonies of #FFAAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAAD9

Black with #FFAAD9

Text Example


Text Example

White with #FFAAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAAD9; }

 p { color: rgb(255,170,217); }

 H1.HeaderClassName
 {
   color: #FFAAD9;
 }
 .AnyTagClassName
 {
   color: #FFAAD9;
 }
</style>

background-color css

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

 a { background-color: rgb(255,170,217); }

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

border-color css

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

 span { border-color: rgb(255,170,217); }

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