#FFACD1

Color #FFACD1 Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #FFACD1

Tints of Lavender Pink #FFACD1

Color information

#FFACD1 (or 0xFFACD1) is unknown color: approx Lavender Pink. HEX triplet: FF, AC and D1. RGB value is (255,172,209). Sum of RGB (Red+Green+Blue) = 255+172+209=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACD1 is #00532E. Grayscale: #C8C8C8. Windows color (decimal): -21295 or 13741311. OLE color: 13741311.

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

Color convert

RGB255172209-
CMYK00.330.180
HSL333.25º100%83.73%-
HSV(B)333.25º32.55%100%-
XYZ67.555.3767.45-
YUV201.04132.5166.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 172 (67.58% from 255) = 27.04%
BLUE value IS 209 (82.03% from 255) = 32.86%
R=40.09%
G=27.04%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517220900.330.180333.2510083.73
HexFFACD102112014d6454
Octal377254321041220515144124
Binary111111111010110011010001010000110010010100110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACD1; }

 p { color: rgb(255,172,209); }

 H1.HeaderClassName
 {
   color: #FFACD1;
 }
 .AnyTagClassName
 {
   color: #FFACD1;
 }
</style>
background-color css

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

 a { background-color: rgb(255,172,209); }

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

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

 span { border-color: rgb(255,172,209); }

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