#FFAEE0

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

Shades of Lavender Rose #FFAEE0

Tints of Lavender Rose #FFAEE0

Color information

#FFAEE0 (or 0xFFAEE0) is unknown color: approx Lavender Rose. HEX triplet: FF, AE and E0. RGB value is (255,174,224). Sum of RGB (Red+Green+Blue) = 255+174+224=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEE0 is #00511F. Grayscale: #CBCBCB. Windows color (decimal): -20768 or 14724863. OLE color: 14724863.

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

Color convert

RGB255174224-
CMYK00.320.120
HSL322.96º100%84.12%-
HSV(B)322.96º31.76%100%-
XYZ69.8356.9177.83-
YUV203.92139.34164.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 174 (68.36% from 255) = 26.65%
BLUE value IS 224 (87.89% from 255) = 34.30%
R=39.05%
G=26.65%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517422400.320.120322.9610084.12
HexFFAEE0020C01436454
Octal377256340040140503144124
Binary11111111101011101110000001000001100010100001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEE0; }

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

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

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

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

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

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

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

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