Color Hex Logo

#fda0dc Color Hex

#FDA0DC
(253,160,220)
0 Favorites   0 Comments

Color spaces of #fda0dc

RGB 253160220
HSL0.890.960.81
HSV321°37°99°
CMYK 0.000.370.13   0.01
XYZ65.997151.191674.1127
Yxy51.19160.34500.2676
Hunter Lab71.548339.4412-11.3312
CIE-Lab76.794942.7789-15.9391

#fda0dc color RGB value is (253,160,220).

#fda0dc hex color red value is 253, green value is 160 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fda0dc hue: 0.89 , saturation: 0.96 and the lightness value of fda0dc is 0.81.

The process color (four color CMYK) of #fda0dc color hex is 0.00, 0.37, 0.13, 0.01. Web safe color of #fda0dc is #ff99cc. Color #fda0dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100000 11011100
Octal 375 240 334
Decimal 253 160 220
Hex FD A0 DC

RGB Percentages of Color #fda0dc

%39.97
%25.28
%34.76

CMYK Percentages of Color #fda0dc

%0
%37
%13
%1

Triadic Colors of #fda0dc

#fda0dc #dcfda0 #a0dcfd

Analogous Colors of #fda0dc

#fda0dc #fda0ae #f0a0fd

Monochromatic Colors of #fda0dc

#fda0dc

Complementary Color

#fda0dc #a0fdc1

#fda0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda0dc Color CSS Codes

.mybgcolor {background-color:#fda0dc; } 
.myforecolor {color:#fda0dc; }
.mybordercolor {border:3px solid #fda0dc; }

#fda0dc Text Font Color

<p style="color:#fda0dc">Text here</p>

This sample text font color is #fda0dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fda0dc Background Color

<div style="background-color:#fda0dc">
Div content here</div>

This div background color is #fda0dc


#fda0dc Border Color

<div style="border:3px solid #fda0dc">
Div here</div>

This div border color is #fda0dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,160,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fda0dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fda0dc;
  -webkit-box-shadow: 1px 1px 3px 2px #fda0dc;
  box-shadow:         1px 1px 3px 2px #fda0dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,160,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fda0dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fda0dc;
  -webkit-box-shadow: 1px 1px 3px 2px #fda0dc;
  box-shadow:         1px 1px 3px 2px #fda0dc;">
Div content here</div>

This div box has shadow with color #fda0dc

Related Colors


Comments

No comments written yet.

Please login to write comment.