#FFAAE6

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

Shades of Lavender Rose #FFAAE6

Tints of Lavender Rose #FFAAE6

Color information

#FFAAE6 (or 0xFFAAE6) is unknown color: approx Lavender Rose. HEX triplet: FF, AA and E6. RGB value is (255,170,230). Sum of RGB (Red+Green+Blue) = 255+170+230=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 170 (66.80% from 255 or 25.95% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAE6 is #005519. Grayscale: #CACACA. Windows color (decimal): -21786 or 15117055. OLE color: 15117055.

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

Color convert

RGB255170230-
CMYK00.330.100
HSL317.65º100%83.33%-
HSV(B)317.65º33.33%100%-
XYZ69.955.7281.93-
YUV202.25143.66165.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 170 (66.80% from 255) = 25.95%
BLUE value IS 230 (90.23% from 255) = 35.11%
R=38.93%
G=25.95%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517023000.330.100317.6510083.33
HexFFAAE6021A013e6453
Octal377252346041120476144123
Binary11111111101010101110011001000011010010011111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAE6; }

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

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

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

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

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

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

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

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