Color Hex Logo

#fcb18e Color Hex

#FCB18E
(252,177,142)
0 Favorites   0 Comments

Color spaces of #fcb18e

RGB 252177142
HSL0.050.950.77
HSV19°44°99°
CMYK 0.000.300.44   0.01
XYZ60.749554.092732.8303
Yxy54.09270.41140.3663
Hunter Lab73.547718.730225.0175
CIE-Lab78.515823.301128.8460

#fcb18e color RGB value is (252,177,142).

#fcb18e hex color red value is 252, green value is 177 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fcb18e hue: 0.05 , saturation: 0.95 and the lightness value of fcb18e is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 10001110
Octal 374 261 216
Decimal 252 177 142
Hex FC B1 8E

RGB Percentages of Color #fcb18e

%44.13
%31.00
%24.87

CMYK Percentages of Color #fcb18e

%0
%30
%44
%1

Triadic Colors of #fcb18e

#fcb18e #8efcb1 #b18efc

Analogous Colors of #fcb18e

#fcb18e #fce88e #fc8ea2

Monochromatic Colors of #fcb18e

#fcb18e

Complementary Color

#fcb18e #8ed9fc

#fcb18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb18e Color CSS Codes

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

#fcb18e Text Font Color

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

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


#fcb18e Background Color

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

This div background color is #fcb18e


#fcb18e Border Color

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

This div border color is #fcb18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb18e

Related Colors


Comments

No comments written yet.

Please login to write comment.