#FFA1DC

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

Shades of Lavender Rose #FFA1DC

Tints of Lavender Rose #FFA1DC

Color information

#FFA1DC (or 0xFFA1DC) is unknown color: approx Lavender Rose. HEX triplet: FF, A1 and DC. RGB value is (255,161,220). Sum of RGB (Red+Green+Blue) = 255+161+220=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 161 (63.28% from 255 or 25.31% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1DC is #005E23. Grayscale: #C3C3C3. Windows color (decimal): -24100 or 14459391. OLE color: 14459391.

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

Color convert

RGB255161220-
CMYK00.370.140
HSL322.34º100%81.57%-
HSV(B)322.34º36.86%100%-
XYZ66.951.9274.2-
YUV195.83141.64170.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 161 (63.28% from 255) = 25.31%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=40.09%
G=25.31%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516122000.370.140322.3410081.57
HexFFA1DC025E01426452
Octal377241334045160502144122
Binary11111111101000011101110001001011110010100001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1DC; }

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

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

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

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

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

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

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

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