#FDAED6

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

Shades of Lavender Pink #FDAED6

Tints of Lavender Pink #FDAED6

Color information

#FDAED6 (or 0xFDAED6) is unknown color: approx Lavender Pink. HEX triplet: FD, AE and D6. RGB value is (253,174,214). Sum of RGB (Red+Green+Blue) = 253+174+214=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAED6 is #025129. Grayscale: #CACACA. Windows color (decimal): -151850 or 14069501. OLE color: 14069501.

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

Color convert

RGB253174214-
CMYK00.310.150.01
HSL329.62º95.18%83.73%-
HSV(B)329.62º31.23%99.22%-
XYZ67.7856.0170.86-
YUV202.18134.67164.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.47%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 214 (83.98% from 255) = 33.39%
R=39.47%
G=27.15%
B=33.39%

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
Decimal25317421400.310.150.01329.6295.1883.73
HexFDAED601FF114a5f54
Octal375256326037171512137124
Binary1111110110101110110101100111111111110100101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAED6; }

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

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

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

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

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

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

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

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