Color Hex Logo

#fcb699 Color Hex

#FCB699
(252,182,153)
0 Favorites   0 Comments

Color spaces of #fcb699

RGB 252182153
HSL0.050.940.79
HSV18°39°99°
CMYK 0.000.280.39   0.01
XYZ62.622656.451337.7326
Yxy56.45130.39940.3600
Hunter Lab75.134117.291222.8182
CIE-Lab79.870021.845824.8127

#fcb699 color RGB value is (252,182,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 10011001
Octal 374 266 231
Decimal 252 182 153
Hex FC B6 99

RGB Percentages of Color #fcb699

%42.93
%31.01
%26.06

CMYK Percentages of Color #fcb699

%0
%28
%39
%1

Triadic Colors of #fcb699

#fcb699 #99fcb6 #b699fc

Analogous Colors of #fcb699

#fcb699 #fce899 #fc99ae

Monochromatic Colors of #fcb699

#fcb699

Complementary Color

#fcb699 #99dffc

#fcb699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb699 Color CSS Codes

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

#fcb699 Text Font Color

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

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


#fcb699 Background Color

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

This div background color is #fcb699


#fcb699 Border Color

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

This div border color is #fcb699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb699

Related Colors


Comments

No comments written yet.

Please login to write comment.