Color Hex Logo

#fc9095 Color Hex

#FC9095
(252,144,149)
0 Favorites   0 Comments

Color spaces of #fc9095

RGB 252144149
HSL0.990.950.78
HSV357°43°99°
CMYK 0.000.430.41   0.01
XYZ55.543042.811933.7699
Yxy42.81190.42040.3240
Hunter Lab65.430837.021415.2010
CIE-Lab71.427141.182115.3568

#fc9095 color RGB value is (252,144,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010000 10010101
Octal 374 220 225
Decimal 252 144 149
Hex FC 90 95

RGB Percentages of Color #fc9095

%46.24
%26.42
%27.34

CMYK Percentages of Color #fc9095

%0
%43
%41
%1

Triadic Colors of #fc9095

#fc9095 #95fc90 #9095fc

Analogous Colors of #fc9095

#fc9095 #fcc190 #fc90cb

Monochromatic Colors of #fc9095

#fc9095

Complementary Color

#fc9095 #90fcf7

#fc9095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9095 Color CSS Codes

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

#fc9095 Text Font Color

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

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


#fc9095 Background Color

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

This div background color is #fc9095


#fc9095 Border Color

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

This div border color is #fc9095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9095


Comments

No comments written yet.

Please login to write comment.