Color Hex Logo

#fdbcba Color Hex

#FDBCBA
(253,188,186)
0 Favorites   0 Comments

Color spaces of #fdbcba

RGB 253188186
HSL0.000.940.86
HSV26°99°
CMYK 0.000.260.26   0.01
XYZ67.354260.394354.5617
Yxy60.39430.36940.3313
Hunter Lab77.713818.706112.7730
CIE-Lab82.052023.133210.1984

#fdbcba color RGB value is (253,188,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 10111010
Octal 375 274 272
Decimal 253 188 186
Hex FD BC BA

RGB Percentages of Color #fdbcba

%40.35
%29.98
%29.67

CMYK Percentages of Color #fdbcba

%0
%26
%26
%1

Triadic Colors of #fdbcba

#fdbcba #bafdbc #bcbafd

Analogous Colors of #fdbcba

#fdbcba #fddeba #fdbada

Monochromatic Colors of #fdbcba

#fdbcba

Complementary Color

#fdbcba #bafbfd

#fdbcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcba Color CSS Codes

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

#fdbcba Text Font Color

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

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


#fdbcba Background Color

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

This div background color is #fdbcba


#fdbcba Border Color

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

This div border color is #fdbcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcba


Comments

No comments written yet.

Please login to write comment.