Html Css Color HEX #FFA5DA Lavender Pink

📋 copy color: '#FFA5DA'

red 255 ◦ green 165 ◦ blue 218

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

Shades of Lavender Pink #FFA5DA

Tints of Lavender Pink #FFA5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.17%

R = 39.97%
G = 25.86%
B = 34.17%

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

#FFA5DA (or 0xFFA5DA) is known color: Lavender Pink. HEX triplet: FF, A5 and DA. RGB value is (255,165,218). Sum of RGB (Red+Green+Blue) = 255+165+218=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5DA is #005A25. Grayscale: #C5C5C5. Windows color (decimal): -23078 or 14329343. OLE color: 14329343.

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

Color convert

RGB 255 165 218 -
CMYK 0 0.35 0.15 0
HSL 324.67º 1% 0.82% -
HSV(B) 324.67º 0.35% 1% -
XYZ 67.35 53.23 73.05 -
YUV 197.95 139.32 168.69 -
System Red Green Blue C M Y K H S L
Decimal 255 165 218 0 0.35 0.15 0 324.67 1 0.82
Hex FF A5 DA 0 23 F 0 145 64 52
Octal 377 245 332 0 43 17 0 505 144 122
Binary 11111111 10100101 11011010 0 100011 1111 0 101000101 1100100 1010010

Color Harmonies of #FFA5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5DA

Black with #FFA5DA

Text Example


Text Example

White with #FFA5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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