Color Hex Logo

#fcb79d Color Hex

#FCB79D
(252,183,157)
0 Favorites   0 Comments

Color spaces of #fcb79d

RGB 252183157
HSL0.050.940.80
HSV16°38°99°
CMYK 0.000.270.38   0.01
XYZ63.164256.996739.5706
Yxy56.99670.39540.3568
Hunter Lab75.496217.224521.7710
CIE-Lab80.177721.769923.0984

#fcb79d color RGB value is (252,183,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110111 10011101
Octal 374 267 235
Decimal 252 183 157
Hex FC B7 9D

RGB Percentages of Color #fcb79d

%42.57
%30.91
%26.52

CMYK Percentages of Color #fcb79d

%0
%27
%38
%1

Triadic Colors of #fcb79d

#fcb79d #9dfcb7 #b79dfc

Analogous Colors of #fcb79d

#fcb79d #fce79d #fc9db3

Monochromatic Colors of #fcb79d

#fcb79d

Complementary Color

#fcb79d #9de2fc

#fcb79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb79d Color CSS Codes

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

#fcb79d Text Font Color

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

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


#fcb79d Background Color

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

This div background color is #fcb79d


#fcb79d Border Color

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

This div border color is #fcb79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb79d


Comments

No comments written yet.

Please login to write comment.