#FFA0FD

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

Shades of Lavender Rose #FFA0FD

Tints of Lavender Rose #FFA0FD

Color information

#FFA0FD (or 0xFFA0FD) is unknown color: approx Lavender Rose. HEX triplet: FF, A0 and FD. RGB value is (255,160,253). Sum of RGB (Red+Green+Blue) = 255+160+253=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 160 (62.89% from 255 or 23.95% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0FD is #005F02. Grayscale: #C6C6C6. Windows color (decimal): -24323 or 16621823. OLE color: 16621823.

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

Color convert

RGB255160253-
CMYK00.370.010
HSL301.26º100%81.37%-
HSV(B)301.26º37.25%100%-
XYZ71.5453.4999.48-
YUV199.01158.47167.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 160 (62.89% from 255) = 23.95%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=38.17%
G=23.95%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516025300.370.010301.2610081.37
HexFFA0FD0251012d6451
Octal37724037504510455144121
Binary11111111101000001111110101001011010010110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0FD; }

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

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

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

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

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

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

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

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