Color Hex Logo

#fdbcb7 Color Hex

#FDBCB7
(253,188,183)
0 Favorites   0 Comments

Color spaces of #fdbcb7

RGB 253188183
HSL0.010.950.85
HSV28°99°
CMYK 0.000.260.28   0.01
XYZ67.038560.268052.8993
Yxy60.26800.37200.3344
Hunter Lab77.632518.284513.9421
CIE-Lab81.983622.730411.7105

#fdbcb7 color RGB value is (253,188,183).

#fdbcb7 hex color red value is 253, green value is 188 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #fdbcb7 hue: 0.01 , saturation: 0.95 and the lightness value of fdbcb7 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 10110111
Octal 375 274 267
Decimal 253 188 183
Hex FD BC B7

RGB Percentages of Color #fdbcb7

%40.54
%30.13
%29.33

CMYK Percentages of Color #fdbcb7

%0
%26
%28
%1

Triadic Colors of #fdbcb7

#fdbcb7 #b7fdbc #bcb7fd

Analogous Colors of #fdbcb7

#fdbcb7 #fddfb7 #fdb7d5

Monochromatic Colors of #fdbcb7

#fdbcb7

Complementary Color

#fdbcb7 #b7f8fd

#fdbcb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcb7 Color CSS Codes

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

#fdbcb7 Text Font Color

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

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


#fdbcb7 Background Color

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

This div background color is #fdbcb7


#fdbcb7 Border Color

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

This div border color is #fdbcb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcb7

Related Colors


Comments

No comments written yet.

Please login to write comment.