Color Hex Logo

#fcbfbd Color Hex

#FCBFBD
(252,191,189)
0 Favorites   0 Comments

Color spaces of #fcbfbd

RGB 252191189
HSL0.010.910.86
HSV25°99°
CMYK 0.000.240.25   0.01
XYZ67.961061.631256.4582
Yxy61.63120.36530.3313
Hunter Lab78.505517.139912.3148
CIE-Lab82.716921.60219.5251

#fcbfbd color RGB value is (252,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 10111101
Octal 374 277 275
Decimal 252 191 189
Hex FC BF BD

RGB Percentages of Color #fcbfbd

%39.87
%30.22
%29.91

CMYK Percentages of Color #fcbfbd

%0
%24
%25
%1

Triadic Colors of #fcbfbd

#fcbfbd #bdfcbf #bfbdfc

Analogous Colors of #fcbfbd

#fcbfbd #fcdfbd #fcbddb

Monochromatic Colors of #fcbfbd

#fcbfbd

Complementary Color

#fcbfbd #bdfafc

#fcbfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbfbd Color CSS Codes

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

#fcbfbd Text Font Color

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

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


#fcbfbd Background Color

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

This div background color is #fcbfbd


#fcbfbd Border Color

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

This div border color is #fcbfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbfbd


Comments

No comments written yet.

Please login to write comment.