Color Hex Logo

#fcb39b Color Hex

#FCB39B
(252,179,155)
0 Favorites   0 Comments

Color spaces of #fcb39b

RGB 252179155
HSL0.040.940.80
HSV15°38°99°
CMYK 0.000.290.38   0.01
XYZ62.181455.302238.4074
Yxy55.30220.39890.3547
Hunter Lab74.365419.115021.4344
CIE-Lab79.215023.644722.8510

#fcb39b color RGB value is (252,179,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 10011011
Octal 374 263 233
Decimal 252 179 155
Hex FC B3 9B

RGB Percentages of Color #fcb39b

%43.00
%30.55
%26.45

CMYK Percentages of Color #fcb39b

%0
%29
%38
%1

Triadic Colors of #fcb39b

#fcb39b #9bfcb3 #b39bfc

Analogous Colors of #fcb39b

#fcb39b #fce49b #fc9bb4

Monochromatic Colors of #fcb39b

#fcb39b

Complementary Color

#fcb39b #9be4fc

#fcb39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb39b Color CSS Codes

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

#fcb39b Text Font Color

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

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


#fcb39b Background Color

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

This div background color is #fcb39b


#fcb39b Border Color

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

This div border color is #fcb39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb39b

Related Colors


Comments

No comments written yet.

Please login to write comment.