#FFA8DC

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

Shades of Lavender Rose #FFA8DC

Tints of Lavender Rose #FFA8DC

Color information

#FFA8DC (or 0xFFA8DC) is unknown color: approx Lavender Rose. HEX triplet: FF, A8 and DC. RGB value is (255,168,220). Sum of RGB (Red+Green+Blue) = 255+168+220=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 168 (66.02% from 255 or 26.13% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8DC is #005723. Grayscale: #C7C7C7. Windows color (decimal): -22308 or 14461183. OLE color: 14461183.

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

Color convert

RGB255168220-
CMYK00.340.140
HSL324.14º100%82.94%-
HSV(B)324.14º34.12%100%-
XYZ68.1654.4374.62-
YUV199.94139.32167.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 168 (66.02% from 255) = 26.13%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=39.66%
G=26.13%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516822000.340.140324.1410082.94
HexFFA8DC022E01446453
Octal377250334042160504144123
Binary11111111101010001101110001000101110010100010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8DC; }

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

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

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

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

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

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

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

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