#FFA5E9

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

Shades of Lavender Rose #FFA5E9

Tints of Lavender Rose #FFA5E9

Color information

#FFA5E9 (or 0xFFA5E9) is unknown color: approx Lavender Rose. HEX triplet: FF, A5 and E9. RGB value is (255,165,233). Sum of RGB (Red+Green+Blue) = 255+165+233=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 165 (64.84% from 255 or 25.27% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5E9 is #005A16. Grayscale: #C7C7C7. Windows color (decimal): -23063 or 15312383. OLE color: 15312383.

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

Color convert

RGB255165233-
CMYK00.350.090
HSL314.67º100%82.35%-
HSV(B)314.67º35.29%100%-
XYZ69.454.0583.87-
YUV199.66146.82167.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 165 (64.84% from 255) = 25.27%
BLUE value IS 233 (91.41% from 255) = 35.68%
R=39.05%
G=25.27%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516523300.350.090314.6710082.35
HexFFA5E90239013b6452
Octal377245351043110473144122
Binary11111111101001011110100101000111001010011101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA5E9; }

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

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

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

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

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

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

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

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