#FFA0E5

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

Shades of Lavender Rose #FFA0E5

Tints of Lavender Rose #FFA0E5

Color information

#FFA0E5 (or 0xFFA0E5) is unknown color: approx Lavender Rose. HEX triplet: FF, A0 and E5. RGB value is (255,160,229). Sum of RGB (Red+Green+Blue) = 255+160+229=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 160 (62.89% from 255 or 24.84% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0E5 is #005F1A. Grayscale: #C4C4C4. Windows color (decimal): -24347 or 15048959. OLE color: 15048959.

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

Color convert

RGB255160229-
CMYK00.370.100
HSL316.42º100%81.37%-
HSV(B)316.42º37.25%100%-
XYZ67.9552.0680.6-
YUV196.27146.47169.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 160 (62.89% from 255) = 24.84%
BLUE value IS 229 (89.84% from 255) = 35.56%
R=39.60%
G=24.84%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516022900.370.100316.4210081.37
HexFFA0E5025A013c6451
Octal377240345045120474144121
Binary11111111101000001110010101001011010010011110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0E5; }

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

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

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

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

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

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

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

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