Html Css Color HEX #FFAAD8 Lavender Pink

📋 copy color: '#FFAAD8'

red 255 ◦ green 170 ◦ blue 216

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

Shades of Lavender Pink #FFAAD8

Tints of Lavender Pink #FFAAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.7%

R = 39.78%
G = 26.52%
B = 33.7%

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

#FFAAD8 (or 0xFFAAD8) is known color: Lavender Pink. HEX triplet: FF, AA and D8. RGB value is (255,170,216). Sum of RGB (Red+Green+Blue) = 255+170+216=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAD8 is #005527. Grayscale: #C8C8C8. Windows color (decimal): -21800 or 14199551. OLE color: 14199551.

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

Color convert

RGB 255 170 216 -
CMYK 0 0.33 0.15 0
HSL 327.53º 1% 0.83% -
HSV(B) 327.53º 0.33% 1% -
XYZ 68.01 54.97 71.99 -
YUV 200.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 255 170 216 0 0.33 0.15 0 327.53 1 0.83
Hex FF AA D8 0 21 F 0 148 64 53
Octal 377 252 330 0 41 17 0 510 144 123
Binary 11111111 10101010 11011000 0 100001 1111 0 101001000 1100100 1010011

Color Harmonies of #FFAAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAAD8

Black with #FFAAD8

Text Example


Text Example

White with #FFAAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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