#FFA3E1

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

Shades of Lavender Rose #FFA3E1

Tints of Lavender Rose #FFA3E1

Color information

#FFA3E1 (or 0xFFA3E1) is unknown color: approx Lavender Rose. HEX triplet: FF, A3 and E1. RGB value is (255,163,225). Sum of RGB (Red+Green+Blue) = 255+163+225=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 163 (64.06% from 255 or 25.35% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3E1 is #005C1E. Grayscale: #C5C5C5. Windows color (decimal): -23583 or 14787583. OLE color: 14787583.

HSL color Cylindrical-coordinate representation of color #FFA3E1: hue angle of 319.57º 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 #FFA3E1 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255163225-
CMYK00.360.120
HSL319.57º100%81.96%-
HSV(B)319.57º36.08%100%-
XYZ67.9352.8977.86-
YUV197.58143.48168.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 163 (64.06% from 255) = 25.35%
BLUE value IS 225 (88.28% from 255) = 34.99%
R=39.66%
G=25.35%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516322500.360.120319.5710081.96
HexFFA3E1024C01406452
Octal377243341044140500144122
Binary11111111101000111110000101001001100010100000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA3E1; }

 p { color: rgb(255,163,225); }

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

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

 a { background-color: rgb(255,163,225); }

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

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

 span { border-color: rgb(255,163,225); }

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