#FFA0F8

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

Shades of Lavender Rose #FFA0F8

Tints of Lavender Rose #FFA0F8

Color information

#FFA0F8 (or 0xFFA0F8) is unknown color: approx Lavender Rose. HEX triplet: FF, A0 and F8. RGB value is (255,160,248). Sum of RGB (Red+Green+Blue) = 255+160+248=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 160 (62.89% from 255 or 24.13% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0F8 is #005F07. Grayscale: #C6C6C6. Windows color (decimal): -24328 or 16294143. OLE color: 16294143.

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

Color convert

RGB255160248-
CMYK00.370.030
HSL304.42º100%81.37%-
HSV(B)304.42º37.25%100%-
XYZ70.7553.1895.34-
YUV198.44155.97168.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 160 (62.89% from 255) = 24.13%
BLUE value IS 248 (97.27% from 255) = 37.41%
R=38.46%
G=24.13%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516024800.370.030304.4210081.37
HexFFA0F8025301306451
Octal37724037004530460144121
Binary111111111010000011111000010010111010011000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0F8; }

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

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

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

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

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

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

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

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