Html Css Color HEX #FFA5D1 Lavender Pink

📋 copy color: '#FFA5D1'

red 255 ◦ green 165 ◦ blue 209

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

Shades of Lavender Pink #FFA5D1

Tints of Lavender Pink #FFA5D1

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 value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFA5D1 (or 0xFFA5D1) is known color: 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

RGB 255 165 209 -
CMYK 0 0.35 0.18 0
HSL 330.67º 1% 0.82% -
HSV(B) 330.67º 0.35% 1% -
XYZ 66.2 52.77 67.02 -
YUV 196.93 134.82 169.42 -
System Red Green Blue C M Y K H S L
Decimal 255 165 209 0 0.35 0.18 0 330.67 1 0.82
Hex FF A5 D1 0 23 12 0 14B 64 52
Octal 377 245 321 0 43 22 0 513 144 122
Binary 11111111 10100101 11010001 0 100011 10010 0 101001011 1100100 1010010

Color Harmonies of #FFA5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5D1

Black with #FFA5D1

Text Example


Text Example

White with #FFA5D1

Text Example


Text Example

HTML Codes & Css Web 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>