#FFACDB

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

Shades of Lavender Pink #FFACDB

Tints of Lavender Pink #FFACDB

Color information

#FFACDB (or 0xFFACDB) is unknown color: approx Lavender Pink. HEX triplet: FF, AC and DB. RGB value is (255,172,219). Sum of RGB (Red+Green+Blue) = 255+172+219=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACDB is #005324. Grayscale: #CACACA. Windows color (decimal): -21285 or 14396671. OLE color: 14396671.

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

Color convert

RGB255172219-
CMYK00.330.140
HSL326.02º100%83.73%-
HSV(B)326.02º32.55%100%-
XYZ68.7855.8874.18-
YUV202.18137.5165.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.47%
GREEN value IS 172 (67.58% from 255) = 26.63%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=39.47%
G=26.63%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517221900.330.140326.0210083.73
HexFFACDB021E01466454
Octal377254333041160506144124
Binary11111111101011001101101101000011110010100011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACDB; }

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

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

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

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

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

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

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

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