Color Hex Logo

#fdcdbc Color Hex

#FDCDBC
(253,205,188)
0 Favorites   0 Comments

Color spaces of #fdcdbc

RGB 253205188
HSL0.040.940.86
HSV16°26°99°
CMYK 0.000.190.26   0.01
XYZ71.416468.176156.9722
Yxy68.17610.36330.3468
Hunter Lab82.56889.894916.8883
CIE-Lab86.094414.496414.8623

#fdcdbc color RGB value is (253,205,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 10111100
Octal 375 315 274
Decimal 253 205 188
Hex FD CD BC

RGB Percentages of Color #fdcdbc

%39.16
%31.73
%29.10

CMYK Percentages of Color #fdcdbc

%0
%19
%26
%1

Triadic Colors of #fdcdbc

#fdcdbc #bcfdcd #cdbcfd

Analogous Colors of #fdcdbc

#fdcdbc #fdeebc #fdbccc

Monochromatic Colors of #fdcdbc

#fdcdbc

Complementary Color

#fdcdbc #bcecfd

#fdcdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcdbc Color CSS Codes

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

#fdcdbc Text Font Color

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

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


#fdcdbc Background Color

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

This div background color is #fdcdbc


#fdcdbc Border Color

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

This div border color is #fdcdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcdbc

#fdcdbc Color Palettes


Comments

No comments written yet.

Please login to write comment.