Html Css Color HEX #FFA5D9 Lavender Pink

📋 copy color: '#FFA5D9'

red 255 ◦ green 165 ◦ blue 217

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

Shades of Lavender Pink #FFA5D9

Tints of Lavender Pink #FFA5D9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.9%

 BLUE value IS 217 (85.16% from 255) = 34.07%

R = 40.03%
G = 25.9%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFA5D9 (or 0xFFA5D9) is known color: Lavender Pink. HEX triplet: FF, A5 and D9. RGB value is (255,165,217). Sum of RGB (Red+Green+Blue) = 255+165+217=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 165 (64.84% from 255 or 25.90% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5D9 is #005A26. Grayscale: #C5C5C5. Windows color (decimal): -23079 or 14263807. OLE color: 14263807.

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

Color convert

RGB 255 165 217 -
CMYK 0 0.35 0.15 0
HSL 325.33º 1% 0.82% -
HSV(B) 325.33º 0.35% 1% -
XYZ 67.22 53.18 72.37 -
YUV 197.84 138.82 168.77 -
System Red Green Blue C M Y K H S L
Decimal 255 165 217 0 0.35 0.15 0 325.33 1 0.82
Hex FF A5 D9 0 23 F 0 145 64 52
Octal 377 245 331 0 43 17 0 505 144 122
Binary 11111111 10100101 11011001 0 100011 1111 0 101000101 1100100 1010010

Color Harmonies of #FFA5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5D9

Black with #FFA5D9

Text Example


Text Example

White with #FFA5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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