Html Css Color HEX #FFAAD3 Lavender Pink

📋 copy color: '#FFAAD3'

red 255 ◦ green 170 ◦ blue 211

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

Shades of Lavender Pink #FFAAD3

Tints of Lavender Pink #FFAAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.18%

R = 40.09%
G = 26.73%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFAAD3 (or 0xFFAAD3) is known color: Lavender Pink. HEX triplet: FF, AA and D3. RGB value is (255,170,211). Sum of RGB (Red+Green+Blue) = 255+170+211=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAD3 is #00552C. Grayscale: #C8C8C8. Windows color (decimal): -21805 or 13871871. OLE color: 13871871.

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

Color convert

RGB 255 170 211 -
CMYK 0 0.33 0.17 0
HSL 331.06º 1% 0.83% -
HSV(B) 331.06º 0.33% 1% -
XYZ 67.37 54.71 68.64 -
YUV 200.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 255 170 211 0 0.33 0.17 0 331.06 1 0.83
Hex FF AA D3 0 21 11 0 14B 64 53
Octal 377 252 323 0 41 21 0 513 144 123
Binary 11111111 10101010 11010011 0 100001 10001 0 101001011 1100100 1010011

Color Harmonies of #FFAAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAAD3

Black with #FFAAD3

Text Example


Text Example

White with #FFAAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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