Color Hex Logo

#fdbcbf Color Hex

#FDBCBF
(253,188,191)
0 Favorites   0 Comments

Color spaces of #fdbcbf

RGB 253188191
HSL0.990.940.86
HSV357°26°99°
CMYK 0.000.260.25   0.01
XYZ67.895260.610757.4108
Yxy60.61070.36520.3260
Hunter Lab77.852919.426710.7750
CIE-Lab82.169023.81937.6818

#fdbcbf color RGB value is (253,188,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 10111111
Octal 375 274 277
Decimal 253 188 191
Hex FD BC BF

RGB Percentages of Color #fdbcbf

%40.03
%29.75
%30.22

CMYK Percentages of Color #fdbcbf

%0
%26
%25
%1

Triadic Colors of #fdbcbf

#fdbcbf #bffdbc #bcbffd

Analogous Colors of #fdbcbf

#fdbcbf #fddabc #fdbce0

Monochromatic Colors of #fdbcbf

#fdbcbf

Complementary Color

#fdbcbf #bcfdfa

#fdbcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcbf Color CSS Codes

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

#fdbcbf Text Font Color

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

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


#fdbcbf Background Color

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

This div background color is #fdbcbf


#fdbcbf Border Color

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

This div border color is #fdbcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcbf


Comments

No comments written yet.

Please login to write comment.