#FFA0DC

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

Shades of Lavender Rose #FFA0DC

Tints of Lavender Rose #FFA0DC

Color information

#FFA0DC (or 0xFFA0DC) is unknown color: approx Lavender Rose. HEX triplet: FF, A0 and DC. RGB value is (255,160,220). Sum of RGB (Red+Green+Blue) = 255+160+220=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0DC is #005F23. Grayscale: #C3C3C3. Windows color (decimal): -24356 or 14459135. OLE color: 14459135.

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

Color convert

RGB255160220-
CMYK00.370.140
HSL322.11º100%81.37%-
HSV(B)322.11º37.25%100%-
XYZ66.7351.5774.15-
YUV195.24141.97170.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 160 (62.89% from 255) = 25.20%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=40.16%
G=25.20%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516022000.370.140322.1110081.37
HexFFA0DC025E01426451
Octal377240334045160502144121
Binary11111111101000001101110001001011110010100001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0DC; }

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

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

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

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

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

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

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

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