#FFAEE8

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

Shades of Lavender Rose #FFAEE8

Tints of Lavender Rose #FFAEE8

Color information

#FFAEE8 (or 0xFFAEE8) is unknown color: approx Lavender Rose. HEX triplet: FF, AE and E8. RGB value is (255,174,232). Sum of RGB (Red+Green+Blue) = 255+174+232=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 174 (68.36% from 255 or 26.32% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEE8 is #005117. Grayscale: #CCCCCC. Windows color (decimal): -20760 or 15249151. OLE color: 15249151.

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

Color convert

RGB255174232-
CMYK00.320.090
HSL317.04º100%84.12%-
HSV(B)317.04º31.76%100%-
XYZ70.9457.3683.68-
YUV204.83143.34163.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 174 (68.36% from 255) = 26.32%
BLUE value IS 232 (91.02% from 255) = 35.10%
R=38.58%
G=26.32%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517423200.320.090317.0410084.12
HexFFAEE80209013d6454
Octal377256350040110475144124
Binary11111111101011101110100001000001001010011110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEE8; }

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

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

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

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

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

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

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

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