Color Hex Logo

#fcbdb1 Color Hex

#FCBDB1
(252,189,177)
0 Favorites   0 Comments

Color spaces of #fcbdb1

RGB 252189177
HSL0.030.930.84
HSV10°30°99°
CMYK 0.000.250.30   0.01
XYZ66.278360.265049.7340
Yxy60.26500.37600.3419
Hunter Lab77.630516.543816.3572
CIE-Lab81.982021.048714.9084

#fcbdb1 color RGB value is (252,189,177).

#fcbdb1 hex color red value is 252, green value is 189 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #fcbdb1 hue: 0.03 , saturation: 0.93 and the lightness value of fcbdb1 is 0.84.

The process color (four color CMYK) of #fcbdb1 color hex is 0.00, 0.25, 0.30, 0.01. Web safe color of #fcbdb1 is #ffcc99. Color #fcbdb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 10110001
Octal 374 275 261
Decimal 252 189 177
Hex FC BD B1

RGB Percentages of Color #fcbdb1

%40.78
%30.58
%28.64

CMYK Percentages of Color #fcbdb1

%0
%25
%30
%1

Triadic Colors of #fcbdb1

#fcbdb1 #b1fcbd #bdb1fc

Analogous Colors of #fcbdb1

#fcbdb1 #fce3b1 #fcb1cb

Monochromatic Colors of #fcbdb1

#fcbdb1

Complementary Color

#fcbdb1 #b1f0fc

#fcbdb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbdb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbdb1 Color CSS Codes

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

#fcbdb1 Text Font Color

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

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


#fcbdb1 Background Color

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

This div background color is #fcbdb1


#fcbdb1 Border Color

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

This div border color is #fcbdb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbdb1

Related Colors


Comments

No comments written yet.

Please login to write comment.