#FFAAE3

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

Shades of Lavender Rose #FFAAE3

Tints of Lavender Rose #FFAAE3

Color information

#FFAAE3 (or 0xFFAAE3) is unknown color: approx Lavender Rose. HEX triplet: FF, AA and E3. RGB value is (255,170,227). Sum of RGB (Red+Green+Blue) = 255+170+227=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAE3 is #00551C. Grayscale: #C9C9C9. Windows color (decimal): -21789 or 14920447. OLE color: 14920447.

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

Color convert

RGB255170227-
CMYK00.330.110
HSL319.76º100%83.33%-
HSV(B)319.76º33.33%100%-
XYZ69.4855.5679.73-
YUV201.91142.16165.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 170 (66.80% from 255) = 26.07%
BLUE value IS 227 (89.06% from 255) = 34.82%
R=39.11%
G=26.07%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517022700.330.110319.7610083.33
HexFFAAE3021B01406453
Octal377252343041130500144123
Binary11111111101010101110001101000011011010100000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAE3; }

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

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

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

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

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

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

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

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