#FFA0EA

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

Shades of Lavender Rose #FFA0EA

Tints of Lavender Rose #FFA0EA

Color information

#FFA0EA (or 0xFFA0EA) is unknown color: approx Lavender Rose. HEX triplet: FF, A0 and EA. RGB value is (255,160,234). Sum of RGB (Red+Green+Blue) = 255+160+234=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 160 (62.89% from 255 or 24.65% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0EA is #005F15. Grayscale: #C4C4C4. Windows color (decimal): -24342 or 15376639. OLE color: 15376639.

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

Color convert

RGB255160234-
CMYK00.370.080
HSL313.26º100%81.37%-
HSV(B)313.26º37.25%100%-
XYZ68.6652.3484.33-
YUV196.84148.97169.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.29%
GREEN value IS 160 (62.89% from 255) = 24.65%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=39.29%
G=24.65%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516023400.370.080313.2610081.37
HexFFA0EA025801396451
Octal377240352045100471144121
Binary11111111101000001110101001001011000010011100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0EA; }

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

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

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

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

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

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

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

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