Color Hex Logo

#fdbcbe Color Hex

#FDBCBE
(253,188,190)
0 Favorites   0 Comments

Color spaces of #fdbcbe

RGB 253188190
HSL0.990.940.86
HSV358°26°99°
CMYK 0.000.260.25   0.01
XYZ67.785560.566856.8331
Yxy60.56680.36600.3271
Hunter Lab77.824719.280811.1795
CIE-Lab82.145323.68068.1847

#fdbcbe color RGB value is (253,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 10111110
Octal 375 274 276
Decimal 253 188 190
Hex FD BC BE

RGB Percentages of Color #fdbcbe

%40.10
%29.79
%30.11

CMYK Percentages of Color #fdbcbe

%0
%26
%25
%1

Triadic Colors of #fdbcbe

#fdbcbe #befdbc #bcbefd

Analogous Colors of #fdbcbe

#fdbcbe #fddbbc #fdbcdf

Monochromatic Colors of #fdbcbe

#fdbcbe

Complementary Color

#fdbcbe #bcfdfb

#fdbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcbe Color CSS Codes

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

#fdbcbe Text Font Color

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

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


#fdbcbe Background Color

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

This div background color is #fdbcbe


#fdbcbe Border Color

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

This div border color is #fdbcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcbe

Related Colors


Comments

No comments written yet.

Please login to write comment.