#FFACDA

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

Shades of Lavender Pink #FFACDA

Tints of Lavender Pink #FFACDA

Color information

#FFACDA (or 0xFFACDA) is unknown color: approx Lavender Pink. HEX triplet: FF, AC and DA. RGB value is (255,172,218). Sum of RGB (Red+Green+Blue) = 255+172+218=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACDA is #005325. Grayscale: #C9C9C9. Windows color (decimal): -21286 or 14331135. OLE color: 14331135.

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

Color convert

RGB255172218-
CMYK00.330.150
HSL326.75º100%83.73%-
HSV(B)326.75º32.55%100%-
XYZ68.6555.8373.49-
YUV202.06137165.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 172 (67.58% from 255) = 26.67%
BLUE value IS 218 (85.55% from 255) = 33.80%
R=39.53%
G=26.67%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517221800.330.150326.7510083.73
HexFFACDA021F01476454
Octal377254332041170507144124
Binary11111111101011001101101001000011111010100011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACDA; }

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

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

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

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

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

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

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

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