Color Hex Logo

#fcbcbb Color Hex

#FCBCBB
(252,188,187)
0 Favorites   0 Comments

Color spaces of #fcbcbb

RGB 252188187
HSL0.000.920.86
HSV26°99°
CMYK 0.000.250.26   0.01
XYZ67.097760.249755.1066
Yxy60.24970.36780.3302
Hunter Lab77.620718.464712.2417
CIE-Lab81.973722.90429.5363

#fcbcbb color RGB value is (252,188,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 10111011
Octal 374 274 273
Decimal 252 188 187
Hex FC BC BB

RGB Percentages of Color #fcbcbb

%40.19
%29.98
%29.82

CMYK Percentages of Color #fcbcbb

%0
%25
%26
%1

Triadic Colors of #fcbcbb

#fcbcbb #bbfcbc #bcbbfc

Analogous Colors of #fcbcbb

#fcbcbb #fcddbb #fcbbdb

Monochromatic Colors of #fcbcbb

#fcbcbb

Complementary Color

#fcbcbb #bbfbfc

#fcbcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcbb Color CSS Codes

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

#fcbcbb Text Font Color

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

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


#fcbcbb Background Color

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

This div background color is #fcbcbb


#fcbcbb Border Color

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

This div border color is #fcbcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcbb


Comments

No comments written yet.

Please login to write comment.