#FFA0F5

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

Shades of Lavender Rose #FFA0F5

Tints of Lavender Rose #FFA0F5

Color information

#FFA0F5 (or 0xFFA0F5) is unknown color: approx Lavender Rose. HEX triplet: FF, A0 and F5. RGB value is (255,160,245). Sum of RGB (Red+Green+Blue) = 255+160+245=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 160 (62.89% from 255 or 24.24% from 660); Blue value is 245 (96.09% from 255 or 37.12% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0F5 is #005F0A. Grayscale: #C5C5C5. Windows color (decimal): -24331 or 16097535. OLE color: 16097535.

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

Color convert

RGB255160245-
CMYK00.370.040
HSL306.32º100%81.37%-
HSV(B)306.32º37.25%100%-
XYZ70.2952.9992.91-
YUV198.09154.47168.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 160 (62.89% from 255) = 24.24%
BLUE value IS 245 (96.09% from 255) = 37.12%
R=38.64%
G=24.24%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516024500.370.040306.3210081.37
HexFFA0F5025401326451
Octal37724036504540462144121
Binary1111111110100000111101010100101100010011001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0F5; }

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

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

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

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

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

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

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

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