Color Hex Logo

#fcc194 Color Hex

#FCC194
(252,193,148)
0 Favorites   0 Comments

Color spaces of #fcc194

RGB 252193148
HSL0.070.950.78
HSV26°41°99°
CMYK 0.000.230.41   0.01
XYZ64.560160.973536.3833
Yxy60.97350.39870.3766
Hunter Lab78.085510.931827.0342
CIE-Lab82.364515.535130.8085

#fcc194 color RGB value is (252,193,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000001 10010100
Octal 374 301 224
Decimal 252 193 148
Hex FC C1 94

RGB Percentages of Color #fcc194

%42.50
%32.55
%24.96

CMYK Percentages of Color #fcc194

%0
%23
%41
%1

Triadic Colors of #fcc194

#fcc194 #94fcc1 #c194fc

Analogous Colors of #fcc194

#fcc194 #fcf594 #fc949b

Monochromatic Colors of #fcc194

#fcc194

Complementary Color

#fcc194 #94cffc

#fcc194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc194 Color CSS Codes

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

#fcc194 Text Font Color

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

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


#fcc194 Background Color

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

This div background color is #fcc194


#fcc194 Border Color

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

This div border color is #fcc194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc194

Related Colors


Comments

No comments written yet.

Please login to write comment.