#FFA5D1

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

Shades of Lavender Pink #FFA5D1

Tints of Lavender Pink #FFA5D1

Color information

#FFA5D1 (or 0xFFA5D1) is unknown color: approx Lavender Pink. HEX triplet: FF, A5 and D1. RGB value is (255,165,209). Sum of RGB (Red+Green+Blue) = 255+165+209=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 165 (64.84% from 255 or 26.23% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5D1 is #005A2E. Grayscale: #C4C4C4. Windows color (decimal): -23087 or 13739519. OLE color: 13739519.

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

Color convert

RGB255165209-
CMYK00.350.180
HSL330.67º100%82.35%-
HSV(B)330.67º35.29%100%-
XYZ66.252.7767.02-
YUV196.93134.82169.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 165 (64.84% from 255) = 26.23%
BLUE value IS 209 (82.03% from 255) = 33.23%
R=40.54%
G=26.23%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516520900.350.180330.6710082.35
HexFFA5D102312014b6452
Octal377245321043220513144122
Binary111111111010010111010001010001110010010100101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA5D1; }

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

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

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

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

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

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

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

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