#FFAAE7

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

Shades of Lavender Rose #FFAAE7

Tints of Lavender Rose #FFAAE7

Color information

#FFAAE7 (or 0xFFAAE7) is unknown color: approx Lavender Rose. HEX triplet: FF, AA and E7. RGB value is (255,170,231). Sum of RGB (Red+Green+Blue) = 255+170+231=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAE7 is #005518. Grayscale: #CACACA. Windows color (decimal): -21785 or 15182591. OLE color: 15182591.

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

Color convert

RGB255170231-
CMYK00.330.090
HSL316.94º100%83.33%-
HSV(B)316.94º33.33%100%-
XYZ70.0455.7882.68-
YUV202.37144.16165.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 170 (66.80% from 255) = 25.91%
BLUE value IS 231 (90.62% from 255) = 35.21%
R=38.87%
G=25.91%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517023100.330.090316.9410083.33
HexFFAAE70219013d6453
Octal377252347041110475144123
Binary11111111101010101110011101000011001010011110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAE7; }

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

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

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

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

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

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

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

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