Color Hex Logo

#fdacdd Color Hex

#FDACDD
(253,172,221)
0 Favorites   0 Comments

Color spaces of #fdacdd

RGB 253172221
HSL0.900.950.83
HSV324°32°99°
CMYK 0.000.320.13   0.01
XYZ68.311755.608275.5396
Yxy55.60820.34250.2788
Hunter Lab74.570933.0183-7.8606
CIE-Lab79.390336.7086-12.5862

#fdacdd color RGB value is (253,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 11011101
Octal 375 254 335
Decimal 253 172 221
Hex FD AC DD

RGB Percentages of Color #fdacdd

%39.16
%26.63
%34.21

CMYK Percentages of Color #fdacdd

%0
%32
%13
%1

Triadic Colors of #fdacdd

#fdacdd #ddfdac #acddfd

Analogous Colors of #fdacdd

#fdacdd #fdacb5 #f5acfd

Monochromatic Colors of #fdacdd

#fdacdd

Complementary Color

#fdacdd #acfdcc

#fdacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacdd Color CSS Codes

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

#fdacdd Text Font Color

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

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


#fdacdd Background Color

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

This div background color is #fdacdd


#fdacdd Border Color

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

This div border color is #fdacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacdd

Related Colors


Comments

No comments written yet.

Please login to write comment.