Html Css Color HEX #FFA4D9 Lavender Pink

📋 copy color: '#FFA4D9'

red 255 ◦ green 164 ◦ blue 217

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

Shades of Lavender Pink #FFA4D9

Tints of Lavender Pink #FFA4D9

RGB

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

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

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

R = 40.09%
G = 25.79%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFA4D9 (or 0xFFA4D9) is known color: Lavender Pink. HEX triplet: FF, A4 and D9. RGB value is (255,164,217). Sum of RGB (Red+Green+Blue) = 255+164+217=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 164 (64.45% from 255 or 25.79% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4D9 is #005B26. Grayscale: #C5C5C5. Windows color (decimal): -23335 or 14263551. OLE color: 14263551.

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

Color convert

RGB 255 164 217 -
CMYK 0 0.36 0.15 0
HSL 325.05º 1% 0.82% -
HSV(B) 325.05º 0.36% 1% -
XYZ 67.04 52.82 72.31 -
YUV 197.25 139.15 169.19 -
System Red Green Blue C M Y K H S L
Decimal 255 164 217 0 0.36 0.15 0 325.05 1 0.82
Hex FF A4 D9 0 24 F 0 145 64 52
Octal 377 244 331 0 44 17 0 505 144 122
Binary 11111111 10100100 11011001 0 100100 1111 0 101000101 1100100 1010010

Color Harmonies of #FFA4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA4D9

Black with #FFA4D9

Text Example


Text Example

White with #FFA4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA4D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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