Color Hex Logo

#fcb69e Color Hex

#FCB69E
(252,182,158)
0 Favorites   0 Comments

Color spaces of #fcb69e

RGB 252182158
HSL0.040.940.80
HSV15°37°99°
CMYK 0.000.280.37   0.01
XYZ63.044456.620039.9537
Yxy56.62000.39500.3547
Hunter Lab75.246317.873721.1910
CIE-Lab79.965422.409222.2732

#fcb69e color RGB value is (252,182,158).

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

The process color (four color CMYK) of #fcb69e color hex is 0.00, 0.28, 0.37, 0.01. Web safe color of #fcb69e is #ffcc99. Color #fcb69e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 10011110
Octal 374 266 236
Decimal 252 182 158
Hex FC B6 9E

RGB Percentages of Color #fcb69e

%42.57
%30.74
%26.69

CMYK Percentages of Color #fcb69e

%0
%28
%37
%1

Triadic Colors of #fcb69e

#fcb69e #9efcb6 #b69efc

Analogous Colors of #fcb69e

#fcb69e #fce59e #fc9eb5

Monochromatic Colors of #fcb69e

#fcb69e

Complementary Color

#fcb69e #9ee4fc

#fcb69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb69e Color CSS Codes

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

#fcb69e Text Font Color

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

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


#fcb69e Background Color

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

This div background color is #fcb69e


#fcb69e Border Color

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

This div border color is #fcb69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb69e


Comments

No comments written yet.

Please login to write comment.