#FFAED9

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

Shades of Lavender Pink #FFAED9

Tints of Lavender Pink #FFAED9

Color information

#FFAED9 (or 0xFFAED9) is unknown color: approx Lavender Pink. HEX triplet: FF, AE and D9. RGB value is (255,174,217). Sum of RGB (Red+Green+Blue) = 255+174+217=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAED9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAED9 is #005126. Grayscale: #CBCBCB. Windows color (decimal): -20775 or 14266111. OLE color: 14266111.

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

Color convert

RGB255174217-
CMYK00.320.150
HSL328.15º100%84.12%-
HSV(B)328.15º31.76%100%-
XYZ68.956.5472.93-
YUV203.12135.84165-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.47%
GREEN value IS 174 (68.36% from 255) = 26.93%
BLUE value IS 217 (85.16% from 255) = 33.59%
R=39.47%
G=26.93%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517421700.320.150328.1510084.12
HexFFAED9020F01486454
Octal377256331040170510144124
Binary11111111101011101101100101000001111010100100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAED9; }

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

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

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

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

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

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

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

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