Color Hex Logo

#fcc993 Color Hex

#FCC993
(252,201,147)
0 Favorites   0 Comments

Color spaces of #fcc993

RGB 252201147
HSL0.090.950.78
HSV31°42°99°
CMYK 0.000.200.42   0.01
XYZ66.298064.575336.5738
Yxy64.57530.39590.3856
Hunter Lab80.35886.639229.2664
CIE-Lab84.264411.254733.8424

#fcc993 color RGB value is (252,201,147).

#fcc993 hex color red value is 252, green value is 201 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fcc993 hue: 0.09 , saturation: 0.95 and the lightness value of fcc993 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 10010011
Octal 374 311 223
Decimal 252 201 147
Hex FC C9 93

RGB Percentages of Color #fcc993

%42.00
%33.50
%24.50

CMYK Percentages of Color #fcc993

%0
%20
%42
%1

Triadic Colors of #fcc993

#fcc993 #93fcc9 #c993fc

Analogous Colors of #fcc993

#fcc993 #fbfc93 #fc9593

Monochromatic Colors of #fcc993

#fcc993

Complementary Color

#fcc993 #93c6fc

#fcc993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc993 Color CSS Codes

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

#fcc993 Text Font Color

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

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


#fcc993 Background Color

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

This div background color is #fcc993


#fcc993 Border Color

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

This div border color is #fcc993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc993


Comments

No comments written yet.

Please login to write comment.