#FFAAFF

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

Shades of Lavender Rose #FFAAFF

Tints of Lavender Rose #FFAAFF

Color information

#FFAAFF (or 0xFFAAFF) is unknown color: approx Lavender Rose. HEX triplet: FF, AA and FF. RGB value is (255,170,255). Sum of RGB (Red+Green+Blue) = 255+170+255=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 170 (66.80% from 255 or 25% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFAAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAFF is #005500. Grayscale: #CCCCCC. Windows color (decimal): -21761 or 16755455. OLE color: 16755455.

HSL color Cylindrical-coordinate representation of color #FFAAFF: hue angle of 300º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAAFF is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB255170255-
CMYK00.3300
HSL300º100%83.33%-
HSV(B)300º33.33%100%-
XYZ73.6657.23101.77-
YUV205.1156.16163.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.5%
GREEN value IS 170 (66.80% from 255) = 25%
BLUE value IS 255 (100% from 255) = 37.5%
R=37.5%
G=25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517025500.330030010083.33
HexFFAAFF0210012c6453
Octal37725237704100454144123
Binary11111111101010101111111101000010010010110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAFF; }

 p { color: rgb(255,170,255); }

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

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

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

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

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

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

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