Color Hex Logo

#fdbcd9 Color Hex

#FDBCD9
(253,188,217)
0 Favorites   0 Comments

Color spaces of #fdbcd9

RGB 253188217
HSL0.930.940.86
HSV333°26°99°
CMYK 0.000.260.14   0.01
XYZ71.015661.858873.8427
Yxy61.85880.34350.2992
Hunter Lab78.650423.5345-0.6105
CIE-Lab82.838327.6796-5.3057

#fdbcd9 color RGB value is (253,188,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 11011001
Octal 375 274 331
Decimal 253 188 217
Hex FD BC D9

RGB Percentages of Color #fdbcd9

%38.45
%28.57
%32.98

CMYK Percentages of Color #fdbcd9

%0
%26
%14
%1

Triadic Colors of #fdbcd9

#fdbcd9 #d9fdbc #bcd9fd

Analogous Colors of #fdbcd9

#fdbcd9 #fdc0bc #fdbcfa

Monochromatic Colors of #fdbcd9

#fdbcd9

Complementary Color

#fdbcd9 #bcfde0

#fdbcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcd9 Color CSS Codes

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

#fdbcd9 Text Font Color

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

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


#fdbcd9 Background Color

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

This div background color is #fdbcd9


#fdbcd9 Border Color

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

This div border color is #fdbcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcd9

Related Colors

#fdbcd9 Color Palettes


Comments

No comments written yet.

Please login to write comment.