Html Css Color HEX #FFA5D3 Lavender Pink

📋 copy color: '#FFA5D3'

red 255 ◦ green 165 ◦ blue 211

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

Shades of Lavender Pink #FFA5D3

Tints of Lavender Pink #FFA5D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.44%

R = 40.41%
G = 26.15%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFA5D3 (or 0xFFA5D3) is known color: Lavender Pink. HEX triplet: FF, A5 and D3. RGB value is (255,165,211). Sum of RGB (Red+Green+Blue) = 255+165+211=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 165 (64.84% from 255 or 26.15% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5D3 is #005A2C. Grayscale: #C5C5C5. Windows color (decimal): -23085 or 13870591. OLE color: 13870591.

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

Color convert

RGB 255 165 211 -
CMYK 0 0.35 0.17 0
HSL 329.33º 1% 0.82% -
HSV(B) 329.33º 0.35% 1% -
XYZ 66.45 52.87 68.33 -
YUV 197.15 135.82 169.26 -
System Red Green Blue C M Y K H S L
Decimal 255 165 211 0 0.35 0.17 0 329.33 1 0.82
Hex FF A5 D3 0 23 11 0 149 64 52
Octal 377 245 323 0 43 21 0 511 144 122
Binary 11111111 10100101 11010011 0 100011 10001 0 101001001 1100100 1010010

Color Harmonies of #FFA5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5D3

Black with #FFA5D3

Text Example


Text Example

White with #FFA5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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