Html Css Color HEX #FFAAD2 Lavender Pink

📋 copy color: '#FFAAD2'

red 255 ◦ green 170 ◦ blue 210

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

Shades of Lavender Pink #FFAAD2

Tints of Lavender Pink #FFAAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.07%

R = 40.16%
G = 26.77%
B = 33.07%

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

#FFAAD2 (or 0xFFAAD2) is known color: Lavender Pink. HEX triplet: FF, AA and D2. RGB value is (255,170,210). Sum of RGB (Red+Green+Blue) = 255+170+210=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAD2 is #00552D. Grayscale: #C7C7C7. Windows color (decimal): -21806 or 13806335. OLE color: 13806335.

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

Color convert

RGB 255 170 210 -
CMYK 0 0.33 0.18 0
HSL 331.76º 1% 0.83% -
HSV(B) 331.76º 0.33% 1% -
XYZ 67.25 54.66 67.98 -
YUV 199.98 133.66 167.25 -
System Red Green Blue C M Y K H S L
Decimal 255 170 210 0 0.33 0.18 0 331.76 1 0.83
Hex FF AA D2 0 21 12 0 14C 64 53
Octal 377 252 322 0 41 22 0 514 144 123
Binary 11111111 10101010 11010010 0 100001 10010 0 101001100 1100100 1010011

Color Harmonies of #FFAAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAAD2

Black with #FFAAD2

Text Example


Text Example

White with #FFAAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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