#FFA0EC

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

Shades of Lavender Rose #FFA0EC

Tints of Lavender Rose #FFA0EC

Color information

#FFA0EC (or 0xFFA0EC) is unknown color: approx Lavender Rose. HEX triplet: FF, A0 and EC. RGB value is (255,160,236). Sum of RGB (Red+Green+Blue) = 255+160+236=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 160 (62.89% from 255 or 24.58% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0EC is #005F13. Grayscale: #C4C4C4. Windows color (decimal): -24340 or 15507711. OLE color: 15507711.

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

Color convert

RGB255160236-
CMYK00.370.070
HSL312º100%81.37%-
HSV(B)312º37.25%100%-
XYZ68.9552.4685.85-
YUV197.07149.97169.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 160 (62.89% from 255) = 24.58%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=39.17%
G=24.58%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516023600.370.07031210081.37
HexFFA0EC025701386451
Octal37724035404570470144121
Binary1111111110100000111011000100101111010011100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0EC; }

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

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

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

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

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

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

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

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