#FFA2DC

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

Shades of Lavender Rose #FFA2DC

Tints of Lavender Rose #FFA2DC

Color information

#FFA2DC (or 0xFFA2DC) is unknown color: approx Lavender Rose. HEX triplet: FF, A2 and DC. RGB value is (255,162,220). Sum of RGB (Red+Green+Blue) = 255+162+220=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 162 (63.67% from 255 or 25.43% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2DC is #005D23. Grayscale: #C4C4C4. Windows color (decimal): -23844 or 14459647. OLE color: 14459647.

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

Color convert

RGB255162220-
CMYK00.360.140
HSL322.58º100%81.76%-
HSV(B)322.58º36.47%100%-
XYZ67.0852.2774.26-
YUV196.42141.31169.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 162 (63.67% from 255) = 25.43%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=40.03%
G=25.43%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516222000.360.140322.5810081.76
HexFFA2DC024E01436452
Octal377242334044160503144122
Binary11111111101000101101110001001001110010100001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2DC; }

 p { color: rgb(255,162,220); }

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

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

 a { background-color: rgb(255,162,220); }

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

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

 span { border-color: rgb(255,162,220); }

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