#FFAAE8

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

Shades of Lavender Rose #FFAAE8

Tints of Lavender Rose #FFAAE8

Color information

#FFAAE8 (or 0xFFAAE8) is unknown color: approx Lavender Rose. HEX triplet: FF, AA and E8. RGB value is (255,170,232). Sum of RGB (Red+Green+Blue) = 255+170+232=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 170 (66.80% from 255 or 25.88% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAE8 is #005517. Grayscale: #CACACA. Windows color (decimal): -21784 or 15248127. OLE color: 15248127.

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

Color convert

RGB255170232-
CMYK00.330.090
HSL316.24º100%83.33%-
HSV(B)316.24º33.33%100%-
XYZ70.1855.8483.42-
YUV202.48144.66165.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 170 (66.80% from 255) = 25.88%
BLUE value IS 232 (91.02% from 255) = 35.31%
R=38.81%
G=25.88%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517023200.330.090316.2410083.33
HexFFAAE80219013c6453
Octal377252350041110474144123
Binary11111111101010101110100001000011001010011110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAE8; }

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

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

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

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

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

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

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

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