Html Css Color HEX #FFAAD1 Lavender Pink

📋 copy color: '#FFAAD1'

red 255 ◦ green 170 ◦ blue 209

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

Shades of Lavender Pink #FFAAD1

Tints of Lavender Pink #FFAAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.97%

R = 40.22%
G = 26.81%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFAAD1 (or 0xFFAAD1) is known color: Lavender Pink. HEX triplet: FF, AA and D1. RGB value is (255,170,209). Sum of RGB (Red+Green+Blue) = 255+170+209=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAD1 is #00552E. Grayscale: #C7C7C7. Windows color (decimal): -21807 or 13740799. OLE color: 13740799.

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

Color convert

RGB 255 170 209 -
CMYK 0 0.33 0.18 0
HSL 332.47º 1% 0.83% -
HSV(B) 332.47º 0.33% 1% -
XYZ 67.12 54.61 67.33 -
YUV 199.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 255 170 209 0 0.33 0.18 0 332.47 1 0.83
Hex FF AA D1 0 21 12 0 14C 64 53
Octal 377 252 321 0 41 22 0 514 144 123
Binary 11111111 10101010 11010001 0 100001 10010 0 101001100 1100100 1010011

Color Harmonies of #FFAAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAAD1

Black with #FFAAD1

Text Example


Text Example

White with #FFAAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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