#FFA1EC

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

Shades of Lavender Rose #FFA1EC

Tints of Lavender Rose #FFA1EC

Color information

#FFA1EC (or 0xFFA1EC) is unknown color: approx Lavender Rose. HEX triplet: FF, A1 and EC. RGB value is (255,161,236). Sum of RGB (Red+Green+Blue) = 255+161+236=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 161 (63.28% from 255 or 24.69% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA1EC is #005E13. Grayscale: #C5C5C5. Windows color (decimal): -24084 or 15507967. OLE color: 15507967.

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

Color convert

RGB255161236-
CMYK00.370.070
HSL312.13º100%81.57%-
HSV(B)312.13º36.86%100%-
XYZ69.1352.8185.91-
YUV197.66149.64168.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 161 (63.28% from 255) = 24.69%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=39.11%
G=24.69%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516123600.370.070312.1310081.57
HexFFA1EC025701386452
Octal37724135404570470144122
Binary1111111110100001111011000100101111010011100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1EC; }

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

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

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

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

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

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

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

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