Color Hex Logo

#fcb594 Color Hex

#FCB594
(252,181,148)
0 Favorites   0 Comments

Color spaces of #fcb594

RGB 252181148
HSL0.050.950.78
HSV19°41°99°
CMYK 0.000.280.41   0.01
XYZ62.014155.881335.5346
Yxy55.88130.40420.3642
Hunter Lab74.753817.260524.1439
CIE-Lab79.546221.827527.0370

#fcb594 color RGB value is (252,181,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 10010100
Octal 374 265 224
Decimal 252 181 148
Hex FC B5 94

RGB Percentages of Color #fcb594

%43.37
%31.15
%25.47

CMYK Percentages of Color #fcb594

%0
%28
%41
%1

Triadic Colors of #fcb594

#fcb594 #94fcb5 #b594fc

Analogous Colors of #fcb594

#fcb594 #fce994 #fc94a7

Monochromatic Colors of #fcb594

#fcb594

Complementary Color

#fcb594 #94dbfc

#fcb594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb594 Color CSS Codes

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

#fcb594 Text Font Color

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

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


#fcb594 Background Color

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

This div background color is #fcb594


#fcb594 Border Color

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

This div border color is #fcb594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb594


Comments

No comments written yet.

Please login to write comment.