#FFAEE6

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

Shades of Lavender Rose #FFAEE6

Tints of Lavender Rose #FFAEE6

Color information

#FFAEE6 (or 0xFFAEE6) is unknown color: approx Lavender Rose. HEX triplet: FF, AE and E6. RGB value is (255,174,230). Sum of RGB (Red+Green+Blue) = 255+174+230=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 174 (68.36% from 255 or 26.40% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEE6 is #005119. Grayscale: #CCCCCC. Windows color (decimal): -20762 or 15118079. OLE color: 15118079.

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

Color convert

RGB255174230-
CMYK00.320.100
HSL318.52º100%84.12%-
HSV(B)318.52º31.76%100%-
XYZ70.6657.2582.19-
YUV204.6142.34163.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 174 (68.36% from 255) = 26.40%
BLUE value IS 230 (90.23% from 255) = 34.90%
R=38.69%
G=26.40%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517423000.320.100318.5210084.12
HexFFAEE6020A013f6454
Octal377256346040120477144124
Binary11111111101011101110011001000001010010011111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEE6; }

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

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

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

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

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

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

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

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