#FDAED9

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

Shades of Lavender Pink #FDAED9

Tints of Lavender Pink #FDAED9

Color information

#FDAED9 (or 0xFDAED9) is unknown color: approx Lavender Pink. HEX triplet: FD, AE and D9. RGB value is (253,174,217). Sum of RGB (Red+Green+Blue) = 253+174+217=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAED9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAED9 is #025126. Grayscale: #CACACA. Windows color (decimal): -151847 or 14266109. OLE color: 14266109.

HSL color Cylindrical-coordinate representation of color #FDAED9: hue angle of 327.34º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAED9 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253174217-
CMYK00.310.140.01
HSL327.34º95.18%83.73%-
HSV(B)327.34º31.23%99.22%-
XYZ68.1756.1672.89-
YUV202.52136.17164-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.29%
GREEN value IS 174 (68.36% from 255) = 27.02%
BLUE value IS 217 (85.16% from 255) = 33.70%
R=39.29%
G=27.02%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317421700.310.140.01327.3495.1883.73
HexFDAED901FE11475f54
Octal375256331037161507137124
Binary1111110110101110110110010111111110110100011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAED9; }

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

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

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

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

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

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

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

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