#FFA5EC

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

Shades of Lavender Rose #FFA5EC

Tints of Lavender Rose #FFA5EC

Color information

#FFA5EC (or 0xFFA5EC) is unknown color: approx Lavender Rose. HEX triplet: FF, A5 and EC. RGB value is (255,165,236). Sum of RGB (Red+Green+Blue) = 255+165+236=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 165 (64.84% from 255 or 25.15% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5EC is #005A13. Grayscale: #C7C7C7. Windows color (decimal): -23060 or 15508991. OLE color: 15508991.

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

Color convert

RGB255165236-
CMYK00.350.070
HSL312.67º100%82.35%-
HSV(B)312.67º35.29%100%-
XYZ69.8454.2386.14-
YUV200148.32167.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 165 (64.84% from 255) = 25.15%
BLUE value IS 236 (92.58% from 255) = 35.98%
R=38.87%
G=25.15%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516523600.350.070312.6710082.35
HexFFA5EC023701396452
Octal37724535404370471144122
Binary1111111110100101111011000100011111010011100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA5EC; }

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

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

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

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

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

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

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

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