#FFA5E4

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

Shades of Lavender Rose #FFA5E4

Tints of Lavender Rose #FFA5E4

Color information

#FFA5E4 (or 0xFFA5E4) is unknown color: approx Lavender Rose. HEX triplet: FF, A5 and E4. RGB value is (255,165,228). Sum of RGB (Red+Green+Blue) = 255+165+228=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 165 (64.84% from 255 or 25.46% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5E4 is #005A1B. Grayscale: #C6C6C6. Windows color (decimal): -23068 or 14984703. OLE color: 14984703.

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

Color convert

RGB255165228-
CMYK00.350.110
HSL318º100%82.35%-
HSV(B)318º35.29%100%-
XYZ68.753.7780.16-
YUV199.09144.32167.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 165 (64.84% from 255) = 25.46%
BLUE value IS 228 (89.45% from 255) = 35.19%
R=39.35%
G=25.46%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516522800.350.11031810082.35
HexFFA5E4023B013e6452
Octal377245344043130476144122
Binary11111111101001011110010001000111011010011111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA5E4; }

 p { color: rgb(255,165,228); }

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

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

 a { background-color: rgb(255,165,228); }

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

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

 span { border-color: rgb(255,165,228); }

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