#FDAED8

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

Shades of Lavender Pink #FDAED8

Tints of Lavender Pink #FDAED8

Color information

#FDAED8 (or 0xFDAED8) is unknown color: approx Lavender Pink. HEX triplet: FD, AE and D8. RGB value is (253,174,216). Sum of RGB (Red+Green+Blue) = 253+174+216=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAED8 is #025127. Grayscale: #CACACA. Windows color (decimal): -151848 or 14200573. OLE color: 14200573.

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

Color convert

RGB253174216-
CMYK00.310.150.01
HSL328.1º95.18%83.73%-
HSV(B)328.1º31.23%99.22%-
XYZ68.0456.1172.21-
YUV202.41135.67164.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 174 (68.36% from 255) = 27.06%
BLUE value IS 216 (84.77% from 255) = 33.59%
R=39.35%
G=27.06%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317421600.310.150.01328.195.1883.73
HexFDAED801FF11485f54
Octal375256330037171510137124
Binary1111110110101110110110000111111111110100100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAED8; }

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

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

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

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

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

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

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

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