#FFAAFE

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

Shades of Lavender Rose #FFAAFE

Tints of Lavender Rose #FFAAFE

Color information

#FFAAFE (or 0xFFAAFE) is unknown color: approx Lavender Rose. HEX triplet: FF, AA and FE. RGB value is (255,170,254). Sum of RGB (Red+Green+Blue) = 255+170+254=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 170 (66.80% from 255 or 25.04% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAFE is #005501. Grayscale: #CCCCCC. Windows color (decimal): -21762 or 16689919. OLE color: 16689919.

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

Color convert

RGB255170254-
CMYK00.330.000
HSL300.71º100%83.33%-
HSV(B)300.71º33.33%100%-
XYZ73.557.17100.93-
YUV204.99155.66163.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.56%
GREEN value IS 170 (66.80% from 255) = 25.04%
BLUE value IS 254 (99.61% from 255) = 37.41%
R=37.56%
G=25.04%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517025400.330.000300.7110083.33
HexFFAAFE0210012d6453
Octal37725237604100455144123
Binary11111111101010101111111001000010010010110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAFE; }

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

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

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

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

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

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

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

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