#FDA4D1

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

Shades of Lavender Pink #FDA4D1

Tints of Lavender Pink #FDA4D1

Color information

#FDA4D1 (or 0xFDA4D1) is unknown color: approx Lavender Pink. HEX triplet: FD, A4 and D1. RGB value is (253,164,209). Sum of RGB (Red+Green+Blue) = 253+164+209=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4D1 is #025B2E. Grayscale: #C3C3C3. Windows color (decimal): -154415 or 13739261. OLE color: 13739261.

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

Color convert

RGB253164209-
CMYK00.350.170.01
HSL329.66º95.7%81.76%-
HSV(B)329.66º35.18%99.22%-
XYZ65.2952.0466.92-
YUV195.74135.49168.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.42%
GREEN value IS 164 (64.45% from 255) = 26.20%
BLUE value IS 209 (82.03% from 255) = 33.39%
R=40.42%
G=26.20%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316420900.350.170.01329.6695.781.76
HexFDA4D102311114a6052
Octal375244321043211512140122
Binary111111011010010011010001010001110001110100101011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA4D1; }

 p { color: rgb(253,164,209); }

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

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

 a { background-color: rgb(253,164,209); }

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

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

 span { border-color: rgb(253,164,209); }

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