Color Hex Logo

#fcc193 Color Hex

#FCC193
(252,193,147)
0 Favorites   0 Comments

Color spaces of #fcc193

RGB 252193147
HSL0.070.950.78
HSV26°42°99°
CMYK 0.000.230.42   0.01
XYZ64.481360.942035.9682
Yxy60.94200.39950.3776
Hunter Lab78.065410.825127.3282
CIE-Lab82.347615.429231.3091

#fcc193 color RGB value is (252,193,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000001 10010011
Octal 374 301 223
Decimal 252 193 147
Hex FC C1 93

RGB Percentages of Color #fcc193

%42.57
%32.60
%24.83

CMYK Percentages of Color #fcc193

%0
%23
%42
%1

Triadic Colors of #fcc193

#fcc193 #93fcc1 #c193fc

Analogous Colors of #fcc193

#fcc193 #fcf693 #fc939a

Monochromatic Colors of #fcc193

#fcc193

Complementary Color

#fcc193 #93cefc

#fcc193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc193 Color CSS Codes

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

#fcc193 Text Font Color

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

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


#fcc193 Background Color

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

This div background color is #fcc193


#fcc193 Border Color

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

This div border color is #fcc193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc193

#fcc193 Color Palettes


Comments

No comments written yet.

Please login to write comment.