Html Css Color HEX #FFA4D5 Lavender Pink

📋 copy color: '#FFA4D5'

red 255 ◦ green 164 ◦ blue 213

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

Shades of Lavender Pink #FFA4D5

Tints of Lavender Pink #FFA4D5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.95%

 BLUE value IS 213 (83.59% from 255) = 33.7%

R = 40.35%
G = 25.95%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFA4D5 (or 0xFFA4D5) is known color: Lavender Pink. HEX triplet: FF, A4 and D5. RGB value is (255,164,213). Sum of RGB (Red+Green+Blue) = 255+164+213=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 164 (64.45% from 255 or 25.95% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4D5 is #005B2A. Grayscale: #C4C4C4. Windows color (decimal): -23339 or 14001407. OLE color: 14001407.

HSL color Cylindrical-coordinate representation of color #FFA4D5: hue angle of 327.69º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA4D5 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 255 164 213 -
CMYK 0 0.36 0.16 0
HSL 327.69º 1% 0.82% -
HSV(B) 327.69º 0.36% 1% -
XYZ 66.53 52.62 69.6 -
YUV 196.8 137.15 169.52 -
System Red Green Blue C M Y K H S L
Decimal 255 164 213 0 0.36 0.16 0 327.69 1 0.82
Hex FF A4 D5 0 24 10 0 148 64 52
Octal 377 244 325 0 44 20 0 510 144 122
Binary 11111111 10100100 11010101 0 100100 10000 0 101001000 1100100 1010010

Color Harmonies of #FFA4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA4D5

Black with #FFA4D5

Text Example


Text Example

White with #FFA4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA4D5; }

 p { color: rgb(255,164,213); }

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

background-color css

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

 a { background-color: rgb(255,164,213); }

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

border-color css

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

 span { border-color: rgb(255,164,213); }

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