#FFAEE4

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

Shades of Lavender Rose #FFAEE4

Tints of Lavender Rose #FFAEE4

Color information

#FFAEE4 (or 0xFFAEE4) is unknown color: approx Lavender Rose. HEX triplet: FF, AE and E4. RGB value is (255,174,228). Sum of RGB (Red+Green+Blue) = 255+174+228=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEE4 is #00511B. Grayscale: #CCCCCC. Windows color (decimal): -20764 or 14987007. OLE color: 14987007.

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

Color convert

RGB255174228-
CMYK00.320.110
HSL320º100%84.12%-
HSV(B)320º31.76%100%-
XYZ70.3857.1380.72-
YUV204.37141.34164.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 174 (68.36% from 255) = 26.48%
BLUE value IS 228 (89.45% from 255) = 34.70%
R=38.81%
G=26.48%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517422800.320.11032010084.12
HexFFAEE4020B01406454
Octal377256344040130500144124
Binary11111111101011101110010001000001011010100000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEE4; }

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

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

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

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

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

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

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

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