Color Hex Logo

#fdd1bb Color Hex

#FDD1BB
(253,209,187)
0 Favorites   0 Comments

Color spaces of #fdd1bb

RGB 253209187
HSL0.060.940.86
HSV20°26°99°
CMYK 0.000.170.26   0.01
XYZ72.278170.071456.7294
Yxy70.07140.36310.3520
Hunter Lab83.70877.635418.4152
CIE-Lab87.031912.276616.7078

#fdd1bb color RGB value is (253,209,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 10111011
Octal 375 321 273
Decimal 253 209 187
Hex FD D1 BB

RGB Percentages of Color #fdd1bb

%38.98
%32.20
%28.81

CMYK Percentages of Color #fdd1bb

%0
%17
%26
%1

Triadic Colors of #fdd1bb

#fdd1bb #bbfdd1 #d1bbfd

Analogous Colors of #fdd1bb

#fdd1bb #fdf2bb #fdbbc6

Monochromatic Colors of #fdd1bb

#fdd1bb

Complementary Color

#fdd1bb #bbe7fd

#fdd1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd1bb Color CSS Codes

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

#fdd1bb Text Font Color

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

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


#fdd1bb Background Color

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

This div background color is #fdd1bb


#fdd1bb Border Color

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

This div border color is #fdd1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd1bb


Comments

No comments written yet.

Please login to write comment.