Color Hex Logo

#fdc7bd Color Hex

#FDC7BD
(253,199,189)
0 Favorites   0 Comments

Color spaces of #fdc7bd

RGB 253199189
HSL0.030.940.87
HSV25°99°
CMYK 0.000.210.25   0.01
XYZ70.116765.403657.0727
Yxy65.40360.36410.3396
Hunter Lab80.872513.233214.7691
CIE-Lab84.691317.770012.3483

#fdc7bd color RGB value is (253,199,189).

#fdc7bd hex color red value is 253, green value is 199 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fdc7bd hue: 0.03 , saturation: 0.94 and the lightness value of fdc7bd is 0.87.

The process color (four color CMYK) of #fdc7bd color hex is 0.00, 0.21, 0.25, 0.01. Web safe color of #fdc7bd is #ffcccc. Color #fdc7bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000111 10111101
Octal 375 307 275
Decimal 253 199 189
Hex FD C7 BD

RGB Percentages of Color #fdc7bd

%39.47
%31.05
%29.49

CMYK Percentages of Color #fdc7bd

%0
%21
%25
%1

Triadic Colors of #fdc7bd

#fdc7bd #bdfdc7 #c7bdfd

Analogous Colors of #fdc7bd

#fdc7bd #fde7bd #fdbdd3

Monochromatic Colors of #fdc7bd

#fdc7bd

Complementary Color

#fdc7bd #bdf3fd

#fdc7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc7bd Color CSS Codes

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

#fdc7bd Text Font Color

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

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


#fdc7bd Background Color

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

This div background color is #fdc7bd


#fdc7bd Border Color

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

This div border color is #fdc7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc7bd

Related Colors

#fdc7bd Color Palettes


Comments

No comments written yet.

Please login to write comment.