#FDA1D3

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

Shades of Lavender Pink #FDA1D3

Tints of Lavender Pink #FDA1D3

Color information

#FDA1D3 (or 0xFDA1D3) is unknown color: approx Lavender Pink. HEX triplet: FD, A1 and D3. RGB value is (253,161,211). Sum of RGB (Red+Green+Blue) = 253+161+211=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 161 (63.28% from 255 or 25.76% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1D3 is #025E2C. Grayscale: #C2C2C2. Windows color (decimal): -155181 or 13869565. OLE color: 13869565.

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

Color convert

RGB253161211-
CMYK00.360.170.01
HSL327.39º95.83%81.18%-
HSV(B)327.39º36.36%99.22%-
XYZ65.0151.0868.06-
YUV194.21137.48169.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 161 (63.28% from 255) = 25.76%
BLUE value IS 211 (82.81% from 255) = 33.76%
R=40.48%
G=25.76%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316121100.360.170.01327.3995.8381.18
HexFDA1D30241111476051
Octal375241323044211507140121
Binary111111011010000111010011010010010001110100011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA1D3; }

 p { color: rgb(253,161,211); }

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

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

 a { background-color: rgb(253,161,211); }

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

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

 span { border-color: rgb(253,161,211); }

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