#FFAAE2

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

Shades of Lavender Rose #FFAAE2

Tints of Lavender Rose #FFAAE2

Color information

#FFAAE2 (or 0xFFAAE2) is unknown color: approx Lavender Rose. HEX triplet: FF, AA and E2. RGB value is (255,170,226). Sum of RGB (Red+Green+Blue) = 255+170+226=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAE2 is #00551D. Grayscale: #C9C9C9. Windows color (decimal): -21790 or 14854911. OLE color: 14854911.

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

Color convert

RGB255170226-
CMYK00.330.110
HSL320.47º100%83.33%-
HSV(B)320.47º33.33%100%-
XYZ69.3455.579.01-
YUV201.8141.66165.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 170 (66.80% from 255) = 26.11%
BLUE value IS 226 (88.67% from 255) = 34.72%
R=39.17%
G=26.11%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517022600.330.110320.4710083.33
HexFFAAE2021B01406453
Octal377252342041130500144123
Binary11111111101010101110001001000011011010100000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAE2; }

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

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

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

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

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

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

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

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