#FFACD4

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

Shades of Lavender Pink #FFACD4

Tints of Lavender Pink #FFACD4

Color information

#FFACD4 (or 0xFFACD4) is unknown color: approx Lavender Pink. HEX triplet: FF, AC and D4. RGB value is (255,172,212). Sum of RGB (Red+Green+Blue) = 255+172+212=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACD4 is #00532B. Grayscale: #C9C9C9. Windows color (decimal): -21292 or 13937919. OLE color: 13937919.

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

Color convert

RGB255172212-
CMYK00.330.170
HSL331.08º100%83.73%-
HSV(B)331.08º32.55%100%-
XYZ67.8855.5269.43-
YUV201.38134166.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 172 (67.58% from 255) = 26.92%
BLUE value IS 212 (83.20% from 255) = 33.18%
R=39.91%
G=26.92%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517221200.330.170331.0810083.73
HexFFACD402111014b6454
Octal377254324041210513144124
Binary111111111010110011010100010000110001010100101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACD4; }

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

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

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

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

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

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

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

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