#FFAEE9

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

Shades of Lavender Rose #FFAEE9

Tints of Lavender Rose #FFAEE9

Color information

#FFAEE9 (or 0xFFAEE9) is unknown color: approx Lavender Rose. HEX triplet: FF, AE and E9. RGB value is (255,174,233). Sum of RGB (Red+Green+Blue) = 255+174+233=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 174 (68.36% from 255 or 26.28% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEE9 is #005116. Grayscale: #CCCCCC. Windows color (decimal): -20759 or 15314687. OLE color: 15314687.

HSL color Cylindrical-coordinate representation of color #FFAEE9: hue angle of 316.3º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFAEE9 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB255174233-
CMYK00.320.090
HSL316.3º100%84.12%-
HSV(B)316.3º31.76%100%-
XYZ71.0857.4284.43-
YUV204.94143.84163.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.52%
GREEN value IS 174 (68.36% from 255) = 26.28%
BLUE value IS 233 (91.41% from 255) = 35.20%
R=38.52%
G=26.28%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517423300.320.090316.310084.12
HexFFAEE90209013c6454
Octal377256351040110474144124
Binary11111111101011101110100101000001001010011110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEE9; }

 p { color: rgb(255,174,233); }

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

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

 a { background-color: rgb(255,174,233); }

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

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

 span { border-color: rgb(255,174,233); }

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