Color Hex Logo

#fdcdbb Color Hex

#FDCDBB
(253,205,187)
0 Favorites   0 Comments

Color spaces of #fdcdbb

RGB 253205187
HSL0.050.940.86
HSV16°26°99°
CMYK 0.000.190.26   0.01
XYZ71.309068.133156.4063
Yxy68.13310.36410.3479
Hunter Lab82.54289.756917.2636
CIE-Lab86.073014.360915.3606

#fdcdbb color RGB value is (253,205,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 10111011
Octal 375 315 273
Decimal 253 205 187
Hex FD CD BB

RGB Percentages of Color #fdcdbb

%39.22
%31.78
%28.99

CMYK Percentages of Color #fdcdbb

%0
%19
%26
%1

Triadic Colors of #fdcdbb

#fdcdbb #bbfdcd #cdbbfd

Analogous Colors of #fdcdbb

#fdcdbb #fdeebb #fdbbca

Monochromatic Colors of #fdcdbb

#fdcdbb

Complementary Color

#fdcdbb #bbebfd

#fdcdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcdbb Color CSS Codes

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

#fdcdbb Text Font Color

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

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


#fdcdbb Background Color

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

This div background color is #fdcdbb


#fdcdbb Border Color

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

This div border color is #fdcdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcdbb


Comments

No comments written yet.

Please login to write comment.