Color Hex Logo

#fcb19e Color Hex

#FCB19E
(252,177,158)
0 Favorites   0 Comments

Color spaces of #fcb19e

RGB 252177158
HSL0.030.940.80
HSV12°37°99°
CMYK 0.000.300.37   0.01
XYZ62.038654.608439.6184
Yxy54.60840.39700.3495
Hunter Lab73.897520.534119.9413
CIE-Lab78.815225.035720.6917

#fcb19e color RGB value is (252,177,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 10011110
Octal 374 261 236
Decimal 252 177 158
Hex FC B1 9E

RGB Percentages of Color #fcb19e

%42.93
%30.15
%26.92

CMYK Percentages of Color #fcb19e

%0
%30
%37
%1

Triadic Colors of #fcb19e

#fcb19e #9efcb1 #b19efc

Analogous Colors of #fcb19e

#fcb19e #fce09e #fc9eba

Monochromatic Colors of #fcb19e

#fcb19e

Complementary Color

#fcb19e #9ee9fc

#fcb19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb19e Color CSS Codes

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

#fcb19e Text Font Color

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

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


#fcb19e Background Color

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

This div background color is #fcb19e


#fcb19e Border Color

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

This div border color is #fcb19e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,177,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 #fcb19e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb19e


Comments

No comments written yet.

Please login to write comment.