#FDA7D9

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

Shades of Lavender Pink #FDA7D9

Tints of Lavender Pink #FDA7D9

Color information

#FDA7D9 (or 0xFDA7D9) is unknown color: approx Lavender Pink. HEX triplet: FD, A7 and D9. RGB value is (253,167,217). Sum of RGB (Red+Green+Blue) = 253+167+217=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 167 (65.62% from 255 or 26.22% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA7D9 is #025826. Grayscale: #C6C6C6. Windows color (decimal): -153639 or 14264317. OLE color: 14264317.

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

Color convert

RGB253167217-
CMYK00.340.140.01
HSL325.12º95.56%82.35%-
HSV(B)325.12º33.99%99.22%-
XYZ66.8553.5372.45-
YUV198.41138.49166.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 167 (65.62% from 255) = 26.22%
BLUE value IS 217 (85.16% from 255) = 34.07%
R=39.72%
G=26.22%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316721700.340.140.01325.1295.5682.35
HexFDA7D9022E11456052
Octal375247331042161505140122
Binary11111101101001111101100101000101110110100010111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA7D9; }

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

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

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

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

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

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

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

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