Html Css Color HEX #FFA5D2 Lavender Pink

📋 copy color: '#FFA5D2'

red 255 ◦ green 165 ◦ blue 210

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

Shades of Lavender Pink #FFA5D2

Tints of Lavender Pink #FFA5D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.33%

R = 40.48%
G = 26.19%
B = 33.33%

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

#FFA5D2 (or 0xFFA5D2) is known color: Lavender Pink. HEX triplet: FF, A5 and D2. RGB value is (255,165,210). Sum of RGB (Red+Green+Blue) = 255+165+210=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 165 (64.84% from 255 or 26.19% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5D2 is #005A2D. Grayscale: #C4C4C4. Windows color (decimal): -23086 or 13805055. OLE color: 13805055.

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

Color convert

RGB 255 165 210 -
CMYK 0 0.35 0.18 0
HSL 330º 1% 0.82% -
HSV(B) 330º 0.35% 1% -
XYZ 66.33 52.82 67.67 -
YUV 197.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 255 165 210 0 0.35 0.18 0 330 1 0.82
Hex FF A5 D2 0 23 12 0 14A 64 52
Octal 377 245 322 0 43 22 0 512 144 122
Binary 11111111 10100101 11010010 0 100011 10010 0 101001010 1100100 1010010

Color Harmonies of #FFA5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5D2

Black with #FFA5D2

Text Example


Text Example

White with #FFA5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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