#FFACDD

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

Shades of Lavender Pink #FFACDD

Tints of Lavender Pink #FFACDD

Color information

#FFACDD (or 0xFFACDD) is unknown color: approx Lavender Pink. HEX triplet: FF, AC and DD. RGB value is (255,172,221). Sum of RGB (Red+Green+Blue) = 255+172+221=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACDD is #005322. Grayscale: #CACACA. Windows color (decimal): -21283 or 14527743. OLE color: 14527743.

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

Color convert

RGB255172221-
CMYK00.330.130
HSL324.58º100%83.73%-
HSV(B)324.58º32.55%100%-
XYZ69.0455.9975.57-
YUV202.4138.5165.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 172 (67.58% from 255) = 26.54%
BLUE value IS 221 (86.72% from 255) = 34.10%
R=39.35%
G=26.54%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517222100.330.130324.5810083.73
HexFFACDD021D01456454
Octal377254335041150505144124
Binary11111111101011001101110101000011101010100010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACDD; }

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

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

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

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

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

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

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

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