Color Hex Logo

#fdd3bb Color Hex

#FDD3BB
(253,211,187)
0 Favorites   0 Comments

Color spaces of #fdd3bb

RGB 253211187
HSL0.060.940.86
HSV22°26°99°
CMYK 0.000.170.26   0.01
XYZ72.771971.059056.8940
Yxy71.05900.36250.3540
Hunter Lab84.29656.577518.9911
CIE-Lab87.513711.236917.3830

#fdd3bb color RGB value is (253,211,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 10111011
Octal 375 323 273
Decimal 253 211 187
Hex FD D3 BB

RGB Percentages of Color #fdd3bb

%38.86
%32.41
%28.73

CMYK Percentages of Color #fdd3bb

%0
%17
%26
%1

Triadic Colors of #fdd3bb

#fdd3bb #bbfdd3 #d3bbfd

Analogous Colors of #fdd3bb

#fdd3bb #fdf4bb #fdbbc4

Monochromatic Colors of #fdd3bb

#fdd3bb

Complementary Color

#fdd3bb #bbe5fd

#fdd3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd3bb Color CSS Codes

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

#fdd3bb Text Font Color

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

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


#fdd3bb Background Color

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

This div background color is #fdd3bb


#fdd3bb Border Color

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

This div border color is #fdd3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd3bb

Related Colors


Comments

No comments written yet.

Please login to write comment.