Color Hex Logo

#fcc99f Color Hex

#FCC99F
(252,201,159)
0 Favorites   0 Comments

Color spaces of #fcc99f

RGB 252201159
HSL0.080.940.81
HSV27°37°99°
CMYK 0.000.200.37   0.01
XYZ67.289564.971941.7952
Yxy64.97190.38660.3733
Hunter Lab80.60517.953525.6807
CIE-Lab84.469312.571427.8716

#fcc99f color RGB value is (252,201,159).

#fcc99f hex color red value is 252, green value is 201 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fcc99f hue: 0.08 , saturation: 0.94 and the lightness value of fcc99f is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 10011111
Octal 374 311 237
Decimal 252 201 159
Hex FC C9 9F

RGB Percentages of Color #fcc99f

%41.18
%32.84
%25.98

CMYK Percentages of Color #fcc99f

%0
%20
%37
%1

Triadic Colors of #fcc99f

#fcc99f #9ffcc9 #c99ffc

Analogous Colors of #fcc99f

#fcc99f #fcf89f #fc9fa4

Monochromatic Colors of #fcc99f

#fcc99f

Complementary Color

#fcc99f #9fd2fc

#fcc99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc99f Color CSS Codes

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

#fcc99f Text Font Color

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

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


#fcc99f Background Color

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

This div background color is #fcc99f


#fcc99f Border Color

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

This div border color is #fcc99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc99f

Related Colors


Comments

No comments written yet.

Please login to write comment.