#FFA6DC

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

Shades of Lavender Rose #FFA6DC

Tints of Lavender Rose #FFA6DC

Color information

#FFA6DC (or 0xFFA6DC) is unknown color: approx Lavender Rose. HEX triplet: FF, A6 and DC. RGB value is (255,166,220). Sum of RGB (Red+Green+Blue) = 255+166+220=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 166 (65.23% from 255 or 25.90% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6DC is #005923. Grayscale: #C6C6C6. Windows color (decimal): -22820 or 14460671. OLE color: 14460671.

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

Color convert

RGB255166220-
CMYK00.350.140
HSL323.6º100%82.55%-
HSV(B)323.6º34.9%100%-
XYZ67.7953.774.5-
YUV198.77139.99168.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.78%
GREEN value IS 166 (65.23% from 255) = 25.90%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=39.78%
G=25.90%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516622000.350.140323.610082.55
HexFFA6DC023E01446453
Octal377246334043160504144123
Binary11111111101001101101110001000111110010100010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6DC; }

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

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

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

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

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

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

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

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