Color Hex Logo

#fcbd9d Color Hex

#FCBD9D
(252,189,157)
0 Favorites   0 Comments

Color spaces of #fcbd9d

RGB 252189157
HSL0.060.940.80
HSV20°38°99°
CMYK 0.000.250.38   0.01
XYZ64.428359.525039.9920
Yxy59.52500.39300.3631
Hunter Lab77.152414.044623.2737
CIE-Lab81.579318.620125.0101

#fcbd9d color RGB value is (252,189,157).

#fcbd9d hex color red value is 252, green value is 189 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fcbd9d hue: 0.06 , saturation: 0.94 and the lightness value of fcbd9d is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 10011101
Octal 374 275 235
Decimal 252 189 157
Hex FC BD 9D

RGB Percentages of Color #fcbd9d

%42.14
%31.61
%26.25

CMYK Percentages of Color #fcbd9d

%0
%25
%38
%1

Triadic Colors of #fcbd9d

#fcbd9d #9dfcbd #bd9dfc

Analogous Colors of #fcbd9d

#fcbd9d #fced9d #fc9dad

Monochromatic Colors of #fcbd9d

#fcbd9d

Complementary Color

#fcbd9d #9ddcfc

#fcbd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd9d Color CSS Codes

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

#fcbd9d Text Font Color

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

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


#fcbd9d Background Color

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

This div background color is #fcbd9d


#fcbd9d Border Color

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

This div border color is #fcbd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd9d


Comments

No comments written yet.

Please login to write comment.