Color Hex Logo

#fc938b Color Hex

#FC938B
(252,147,139)
0 Favorites   0 Comments

Color spaces of #fc938b

RGB 252147139
HSL0.010.950.77
HSV45°99°
CMYK 0.000.420.45   0.01
XYZ55.238843.427029.8969
Yxy43.42700.42970.3378
Hunter Lab65.899234.300919.2309
CIE-Lab71.843838.621421.4623

#fc938b color RGB value is (252,147,139).

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

The process color (four color CMYK) of #fc938b color hex is 0.00, 0.42, 0.45, 0.01. Web safe color of #fc938b is #ff9999. Color #fc938b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010011 10001011
Octal 374 223 213
Decimal 252 147 139
Hex FC 93 8B

RGB Percentages of Color #fc938b

%46.84
%27.32
%25.84

CMYK Percentages of Color #fc938b

%0
%42
%45
%1

Triadic Colors of #fc938b

#fc938b #8bfc93 #938bfc

Analogous Colors of #fc938b

#fc938b #fccc8b #fc8bbc

Monochromatic Colors of #fc938b

#fc938b

Complementary Color

#fc938b #8bf4fc

#fc938b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc938b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc938b Color CSS Codes

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

#fc938b Text Font Color

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

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


#fc938b Background Color

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

This div background color is #fc938b


#fc938b Border Color

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

This div border color is #fc938b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc938b

Related Colors


Comments

No comments written yet.

Please login to write comment.