Color Hex Logo

#fdbcbd Color Hex

#FDBCBD
(253,188,189)
1 Favorites   0 Comments

Color spaces of #fdbcbd

RGB 253188189
HSL1.000.940.86
HSV359°26°99°
CMYK 0.000.260.25   0.01
XYZ67.676560.523256.2593
Yxy60.52320.36690.3281
Hunter Lab77.796719.135711.5816
CIE-Lab82.121723.54268.6879

#fdbcbd color RGB value is (253,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 10111101
Octal 375 274 275
Decimal 253 188 189
Hex FD BC BD

RGB Percentages of Color #fdbcbd

%40.16
%29.84
%30.00

CMYK Percentages of Color #fdbcbd

%0
%26
%25
%1

Triadic Colors of #fdbcbd

#fdbcbd #bdfdbc #bcbdfd

Analogous Colors of #fdbcbd

#fdbcbd #fddcbc #fdbcde

Monochromatic Colors of #fdbcbd

#fdbcbd

Complementary Color

#fdbcbd #bcfdfc

#fdbcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcbd Color CSS Codes

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

#fdbcbd Text Font Color

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

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


#fdbcbd Background Color

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

This div background color is #fdbcbd


#fdbcbd Border Color

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

This div border color is #fdbcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcbd

#fdbcbd Color Palettes


Comments

No comments written yet.

Please login to write comment.