Color Hex Logo

#fddcbb Color Hex

#FDDCBB
(253,220,187)
0 Favorites   0 Comments

Color spaces of #fddcbb

RGB 253220187
HSL0.080.940.86
HSV30°26°99°
CMYK 0.000.130.26   0.01
XYZ75.070975.656957.6603
Yxy75.65690.36020.3631
Hunter Lab86.98101.841821.5829
CIE-Lab89.69986.580920.4322

#fddcbb color RGB value is (253,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 10111011
Octal 375 334 273
Decimal 253 220 187
Hex FD DC BB

RGB Percentages of Color #fddcbb

%38.33
%33.33
%28.33

CMYK Percentages of Color #fddcbb

%0
%13
%26
%1

Triadic Colors of #fddcbb

#fddcbb #bbfddc #dcbbfd

Analogous Colors of #fddcbb

#fddcbb #fdfdbb #fdbbbb

Monochromatic Colors of #fddcbb

#fddcbb

Complementary Color

#fddcbb #bbdcfd

#fddcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddcbb Color CSS Codes

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

#fddcbb Text Font Color

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

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


#fddcbb Background Color

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

This div background color is #fddcbb


#fddcbb Border Color

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

This div border color is #fddcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddcbb


Comments

No comments written yet.

Please login to write comment.