Color Hex Logo

#fdbcdd Color Hex

#FDBCDD
(253,188,221)
0 Favorites   0 Comments

Color spaces of #fdbcdd

RGB 253188221
HSL0.920.940.86
HSV330°26°99°
CMYK 0.000.260.13   0.01
XYZ71.542462.069576.6165
Yxy62.06950.34030.2952
Hunter Lab78.784224.2200-2.5097
CIE-Lab82.950428.3155-7.2856

#fdbcdd color RGB value is (253,188,221).

#fdbcdd hex color red value is 253, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fdbcdd hue: 0.92 , saturation: 0.94 and the lightness value of fdbcdd is 0.86.

The process color (four color CMYK) of #fdbcdd color hex is 0.00, 0.26, 0.13, 0.01. Web safe color of #fdbcdd is #ffcccc. Color #fdbcdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 11011101
Octal 375 274 335
Decimal 253 188 221
Hex FD BC DD

RGB Percentages of Color #fdbcdd

%38.22
%28.40
%33.38

CMYK Percentages of Color #fdbcdd

%0
%26
%13
%1

Triadic Colors of #fdbcdd

#fdbcdd #ddfdbc #bcddfd

Analogous Colors of #fdbcdd

#fdbcdd #fdbcbd #fdbcfd

Monochromatic Colors of #fdbcdd

#fdbcdd

Complementary Color

#fdbcdd #bcfddc

#fdbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcdd Color CSS Codes

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

#fdbcdd Text Font Color

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

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


#fdbcdd Background Color

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

This div background color is #fdbcdd


#fdbcdd Border Color

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

This div border color is #fdbcdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,188,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 #fdbcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcdd


Comments

No comments written yet.

Please login to write comment.