#ffa2ec

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

Shades of Lavender Rose #FFA2EC

Tints of Lavender Rose #FFA2EC

Color information

#FFA2EC (or 0xFFA2EC) is unknown color: approx Lavender Rose. HEX triplet: FF, A2 and EC. RGB value is (255,162,236). Sum of RGB (Red+Green+Blue) = 255+162+236=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 162 (63.67% from 255 or 24.81% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2EC is #005D13. Grayscale: #C6C6C6. Windows color (decimal): -23828 or 15508223. OLE color: 15508223.

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

Color convert

RGB255162236-
CMYK00.360.070
HSL312.26º100%81.76%-
HSV(B)312.26º36.47%100%-
XYZ69.353.1685.96-
YUV198.24149.31168.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 162 (63.67% from 255) = 24.81%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=39.05%
G=24.81%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516223600.360.070312.2610081.76
HexFFA2EC024701386452
Octal37724235404470470144122
Binary1111111110100010111011000100100111010011100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffa2ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffa2ec; }

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

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

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

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

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

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

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

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