#FFA9DC

Color #FFA9DC Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #FFA9DC

Tints of Lavender Pink #FFA9DC

Color information

#FFA9DC (or 0xFFA9DC) is unknown color: approx Lavender Pink. HEX triplet: FF, A9 and DC. RGB value is (255,169,220). Sum of RGB (Red+Green+Blue) = 255+169+220=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9DC is #005623. Grayscale: #C8C8C8. Windows color (decimal): -22052 or 14461439. OLE color: 14461439.

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

Color convert

RGB255169220-
CMYK00.340.140
HSL324.42º100%83.14%-
HSV(B)324.42º33.73%100%-
XYZ68.3554.874.69-
YUV200.53138.99166.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 169 (66.41% from 255) = 26.24%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=39.60%
G=26.24%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516922000.340.140324.4210083.14
HexFFA9DC022E01446453
Octal377251334042160504144123
Binary11111111101010011101110001000101110010100010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA9DC; }

 p { color: rgb(255,169,220); }

 H1.HeaderClassName
 {
   color: #FFA9DC;
 }
 .AnyTagClassName
 {
   color: #FFA9DC;
 }
</style>
background-color css

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

 a { background-color: rgb(255,169,220); }

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

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

 span { border-color: rgb(255,169,220); }

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