#FFAED7

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

Shades of Lavender Pink #FFAED7

Tints of Lavender Pink #FFAED7

Color information

#FFAED7 (or 0xFFAED7) is unknown color: approx Lavender Pink. HEX triplet: FF, AE and D7. RGB value is (255,174,215). Sum of RGB (Red+Green+Blue) = 255+174+215=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAED7 is #005128. Grayscale: #CACACA. Windows color (decimal): -20777 or 14135039. OLE color: 14135039.

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

Color convert

RGB255174215-
CMYK00.320.160
HSL329.63º100%84.12%-
HSV(B)329.63º31.76%100%-
XYZ68.6456.4471.57-
YUV202.89134.84165.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 174 (68.36% from 255) = 27.02%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=39.60%
G=27.02%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517421500.320.160329.6310084.12
HexFFAED702010014a6454
Octal377256327040200512144124
Binary111111111010111011010111010000010000010100101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAED7; }

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

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

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

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

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

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

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

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