Color Hex Logo

#fdaacd Color Hex

#FDAACD
(253,170,205)
0 Favorites   0 Comments

Color spaces of #fdaacd

RGB 253170205
HSL0.930.950.83
HSV335°33°99°
CMYK 0.000.330.19   0.01
XYZ65.902254.039964.7149
Yxy54.03990.35690.2927
Hunter Lab73.511831.3767-0.7367
CIE-Lab78.485035.2818-5.2505

#fdaacd color RGB value is (253,170,205).

#fdaacd hex color red value is 253, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fdaacd hue: 0.93 , saturation: 0.95 and the lightness value of fdaacd is 0.83.

The process color (four color CMYK) of #fdaacd color hex is 0.00, 0.33, 0.19, 0.01. Web safe color of #fdaacd is #ff99cc. Color #fdaacd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 11001101
Octal 375 252 315
Decimal 253 170 205
Hex FD AA CD

RGB Percentages of Color #fdaacd

%40.29
%27.07
%32.64

CMYK Percentages of Color #fdaacd

%0
%33
%19
%1

Triadic Colors of #fdaacd

#fdaacd #cdfdaa #aacdfd

Analogous Colors of #fdaacd

#fdaacd #fdb1aa #fdaaf7

Monochromatic Colors of #fdaacd

#fdaacd

Complementary Color

#fdaacd #aafdda

#fdaacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaacd Color CSS Codes

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

#fdaacd Text Font Color

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

This sample text font color is #fdaacd
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.


#fdaacd Background Color

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

This div background color is #fdaacd


#fdaacd Border Color

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

This div border color is #fdaacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaacd


Comments

No comments written yet.

Please login to write comment.