Color Hex Logo

#fcb095 Color Hex

#FCB095
(252,176,149)
0 Favorites   0 Comments

Color spaces of #fcb095

RGB 252176149
HSL0.040.940.79
HSV16°41°99°
CMYK 0.000.300.41   0.01
XYZ61.095053.916035.6205
Yxy53.91600.40560.3579
Hunter Lab73.427520.021922.6370
CIE-Lab78.412724.560124.9719

#fcb095 color RGB value is (252,176,149).

#fcb095 hex color red value is 252, green value is 176 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fcb095 hue: 0.04 , saturation: 0.94 and the lightness value of fcb095 is 0.79.

The process color (four color CMYK) of #fcb095 color hex is 0.00, 0.30, 0.41, 0.01. Web safe color of #fcb095 is #ff9999. Color #fcb095 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110000 10010101
Octal 374 260 225
Decimal 252 176 149
Hex FC B0 95

RGB Percentages of Color #fcb095

%43.67
%30.50
%25.82

CMYK Percentages of Color #fcb095

%0
%30
%41
%1

Triadic Colors of #fcb095

#fcb095 #95fcb0 #b095fc

Analogous Colors of #fcb095

#fcb095 #fce495 #fc95ae

Monochromatic Colors of #fcb095

#fcb095

Complementary Color

#fcb095 #95e1fc

#fcb095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb095 Color CSS Codes

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

#fcb095 Text Font Color

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

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


#fcb095 Background Color

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

This div background color is #fcb095


#fcb095 Border Color

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

This div border color is #fcb095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb095

Related Colors


Comments

No comments written yet.

Please login to write comment.