#FFA0FB

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

Shades of Lavender Rose #FFA0FB

Tints of Lavender Rose #FFA0FB

Color information

#FFA0FB (or 0xFFA0FB) is unknown color: approx Lavender Rose. HEX triplet: FF, A0 and FB. RGB value is (255,160,251). Sum of RGB (Red+Green+Blue) = 255+160+251=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 160 (62.89% from 255 or 24.02% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0FB is #005F04. Grayscale: #C6C6C6. Windows color (decimal): -24325 or 16490751. OLE color: 16490751.

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

Color convert

RGB255160251-
CMYK00.370.020
HSL302.53º100%81.37%-
HSV(B)302.53º37.25%100%-
XYZ71.2253.3797.81-
YUV198.78157.47168.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 160 (62.89% from 255) = 24.02%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=38.29%
G=24.02%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516025100.370.020302.5310081.37
HexFFA0FB0252012f6451
Octal37724037304520457144121
Binary111111111010000011111011010010110010010111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0FB; }

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

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

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

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

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

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

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

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