Color Hex Logo

#fcbdb0 Color Hex

#FCBDB0
(252,189,176)
0 Favorites   0 Comments

Color spaces of #fcbdb0

RGB 252189176
HSL0.030.930.84
HSV10°30°99°
CMYK 0.000.250.30   0.01
XYZ66.179060.225249.2109
Yxy60.22520.37680.3429
Hunter Lab77.604916.410616.7264
CIE-Lab81.960420.920215.4131

#fcbdb0 color RGB value is (252,189,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 10110000
Octal 374 275 260
Decimal 252 189 176
Hex FC BD B0

RGB Percentages of Color #fcbdb0

%40.84
%30.63
%28.53

CMYK Percentages of Color #fcbdb0

%0
%25
%30
%1

Triadic Colors of #fcbdb0

#fcbdb0 #b0fcbd #bdb0fc

Analogous Colors of #fcbdb0

#fcbdb0 #fce3b0 #fcb0c9

Monochromatic Colors of #fcbdb0

#fcbdb0

Complementary Color

#fcbdb0 #b0effc

#fcbdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbdb0 Color CSS Codes

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

#fcbdb0 Text Font Color

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

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


#fcbdb0 Background Color

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

This div background color is #fcbdb0


#fcbdb0 Border Color

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

This div border color is #fcbdb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbdb0

Related Colors


Comments

No comments written yet.

Please login to write comment.