#FFAAE1

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

Shades of Lavender Rose #FFAAE1

Tints of Lavender Rose #FFAAE1

Color information

#FFAAE1 (or 0xFFAAE1) is unknown color: approx Lavender Rose. HEX triplet: FF, AA and E1. RGB value is (255,170,225). Sum of RGB (Red+Green+Blue) = 255+170+225=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 170 (66.80% from 255 or 26.15% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAE1 is #00551E. Grayscale: #C9C9C9. Windows color (decimal): -21791 or 14789375. OLE color: 14789375.

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

Color convert

RGB255170225-
CMYK00.330.120
HSL321.18º100%83.33%-
HSV(B)321.18º33.33%100%-
XYZ69.2155.4578.29-
YUV201.68141.16166.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 170 (66.80% from 255) = 26.15%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=39.23%
G=26.15%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517022500.330.120321.1810083.33
HexFFAAE1021C01416453
Octal377252341041140501144123
Binary11111111101010101110000101000011100010100000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAE1; }

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

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

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

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

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

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

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

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