Color Hex Logo

#fdbcbc Color Hex

#FDBCBC
(253,188,188)
0 Favorites   0 Comments

Color spaces of #fdbcbc

RGB 253188188
HSL0.000.940.86
HSV26°99°
CMYK 0.000.260.26   0.01
XYZ67.568360.479955.6895
Yxy60.47990.36770.3292
Hunter Lab77.768818.991711.9812
CIE-Lab82.098323.40549.1912

#fdbcbc color RGB value is (253,188,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 10111100
Octal 375 274 274
Decimal 253 188 188
Hex FD BC BC

RGB Percentages of Color #fdbcbc

%40.22
%29.89
%29.89

CMYK Percentages of Color #fdbcbc

%0
%26
%26
%1

Triadic Colors of #fdbcbc

#fdbcbc #bcfdbc #bcbcfd

Analogous Colors of #fdbcbc

#fdbcbc #fdddbc #fdbcdd

Monochromatic Colors of #fdbcbc

#fdbcbc

Complementary Color

#fdbcbc #bcfdfd

#fdbcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcbc Color CSS Codes

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

#fdbcbc Text Font Color

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

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


#fdbcbc Background Color

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

This div background color is #fdbcbc


#fdbcbc Border Color

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

This div border color is #fdbcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcbc

Related Colors


Comments

No comments written yet.

Please login to write comment.