#FDAAD7

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

Shades of Lavender Pink #FDAAD7

Tints of Lavender Pink #FDAAD7

Color information

#FDAAD7 (or 0xFDAAD7) is unknown color: approx Lavender Pink. HEX triplet: FD, AA and D7. RGB value is (253,170,215). Sum of RGB (Red+Green+Blue) = 253+170+215=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAAD7 is #025528. Grayscale: #C7C7C7. Windows color (decimal): -152873 or 14134013. OLE color: 14134013.

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

Color convert

RGB253170215-
CMYK00.330.150.01
HSL327.47º95.4%82.94%-
HSV(B)327.47º32.81%99.22%-
XYZ67.1554.5471.28-
YUV199.95136.5165.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.66%
GREEN value IS 170 (66.80% from 255) = 26.65%
BLUE value IS 215 (84.38% from 255) = 33.70%
R=39.66%
G=26.65%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317021500.330.150.01327.4795.482.94
HexFDAAD7021F11475f53
Octal375252327041171507137123
Binary11111101101010101101011101000011111110100011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAD7; }

 p { color: rgb(253,170,215); }

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

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

 a { background-color: rgb(253,170,215); }

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

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

 span { border-color: rgb(253,170,215); }

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