#FDAAD5

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

Shades of Lavender Pink #FDAAD5

Tints of Lavender Pink #FDAAD5

Color information

#FDAAD5 (or 0xFDAAD5) is unknown color: approx Lavender Pink. HEX triplet: FD, AA and D5. RGB value is (253,170,213). Sum of RGB (Red+Green+Blue) = 253+170+213=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAAD5 is #02552A. Grayscale: #C7C7C7. Windows color (decimal): -152875 or 14002941. OLE color: 14002941.

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

Color convert

RGB253170213-
CMYK00.330.160.01
HSL328.92º95.4%82.94%-
HSV(B)328.92º32.81%99.22%-
XYZ66.8954.4469.93-
YUV199.72135.5166-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.78%
GREEN value IS 170 (66.80% from 255) = 26.73%
BLUE value IS 213 (83.59% from 255) = 33.49%
R=39.78%
G=26.73%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317021300.330.160.01328.9295.482.94
HexFDAAD50211011495f53
Octal375252325041201511137123
Binary111111011010101011010101010000110000110100100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAD5; }

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

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

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

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

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

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

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

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