Color Hex Logo

#fcbcbf Color Hex

#FCBCBF
(252,188,191)
0 Favorites   0 Comments

Color spaces of #fcbcbf

RGB 252188191
HSL0.990.910.86
HSV357°25°99°
CMYK 0.000.250.24   0.01
XYZ67.532160.423557.3938
Yxy60.42350.36440.3260
Hunter Lab77.732619.044410.6360
CIE-Lab82.067823.45727.5233

#fcbcbf color RGB value is (252,188,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 10111111
Octal 374 274 277
Decimal 252 188 191
Hex FC BC BF

RGB Percentages of Color #fcbcbf

%39.94
%29.79
%30.27

CMYK Percentages of Color #fcbcbf

%0
%25
%24
%1

Triadic Colors of #fcbcbf

#fcbcbf #bffcbc #bcbffc

Analogous Colors of #fcbcbf

#fcbcbf #fcd9bc #fcbcdf

Monochromatic Colors of #fcbcbf

#fcbcbf

Complementary Color

#fcbcbf #bcfcf9

#fcbcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcbf Color CSS Codes

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

#fcbcbf Text Font Color

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

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


#fcbcbf Background Color

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

This div background color is #fcbcbf


#fcbcbf Border Color

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

This div border color is #fcbcbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,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 #fcbcbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcbf


Comments

No comments written yet.

Please login to write comment.