#FFAAEA

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

Shades of Lavender Rose #FFAAEA

Tints of Lavender Rose #FFAAEA

Color information

#FFAAEA (or 0xFFAAEA) is unknown color: approx Lavender Rose. HEX triplet: FF, AA and EA. RGB value is (255,170,234). Sum of RGB (Red+Green+Blue) = 255+170+234=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 170 (66.80% from 255 or 25.80% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAEA is #005515. Grayscale: #CACACA. Windows color (decimal): -21782 or 15379199. OLE color: 15379199.

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

Color convert

RGB255170234-
CMYK00.330.080
HSL314.82º100%83.33%-
HSV(B)314.82º33.33%100%-
XYZ70.4755.9584.93-
YUV202.71145.66165.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 170 (66.80% from 255) = 25.80%
BLUE value IS 234 (91.80% from 255) = 35.51%
R=38.69%
G=25.80%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517023400.330.080314.8210083.33
HexFFAAEA0218013b6453
Octal377252352041100473144123
Binary11111111101010101110101001000011000010011101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAEA; }

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

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

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

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

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

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

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

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