Color Hex Logo

#fcb09e Color Hex

#FCB09E
(252,176,158)
0 Favorites   0 Comments

Color spaces of #fcb09e

RGB 252176158
HSL0.030.940.80
HSV11°37°99°
CMYK 0.000.300.37   0.01
XYZ61.841854.214739.5528
Yxy54.21470.39740.3484
Hunter Lab73.630621.067219.6921
CIE-Lab78.586825.561120.3768

#fcb09e color RGB value is (252,176,158).

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

The process color (four color CMYK) of #fcb09e color hex is 0.00, 0.30, 0.37, 0.01. Web safe color of #fcb09e is #ff9999. Color #fcb09e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110000 10011110
Octal 374 260 236
Decimal 252 176 158
Hex FC B0 9E

RGB Percentages of Color #fcb09e

%43.00
%30.03
%26.96

CMYK Percentages of Color #fcb09e

%0
%30
%37
%1

Triadic Colors of #fcb09e

#fcb09e #9efcb0 #b09efc

Analogous Colors of #fcb09e

#fcb09e #fcdf9e #fc9ebb

Monochromatic Colors of #fcb09e

#fcb09e

Complementary Color

#fcb09e #9eeafc

#fcb09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb09e Color CSS Codes

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

#fcb09e Text Font Color

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

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


#fcb09e Background Color

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

This div background color is #fcb09e


#fcb09e Border Color

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

This div border color is #fcb09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb09e

Related Colors


Comments

No comments written yet.

Please login to write comment.