Color Hex Logo

#fc939f Color Hex

#FC939F
(252,147,159)
0 Favorites   0 Comments

Color spaces of #fc939f

RGB 252147159
HSL0.980.950.78
HSV353°42°99°
CMYK 0.000.420.37   0.01
XYZ56.836644.066138.3109
Yxy44.06610.40830.3165
Hunter Lab66.382336.662912.2499
CIE-Lab72.272740.757910.9999

#fc939f color RGB value is (252,147,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010011 10011111
Octal 374 223 237
Decimal 252 147 159
Hex FC 93 9F

RGB Percentages of Color #fc939f

%45.16
%26.34
%28.49

CMYK Percentages of Color #fc939f

%0
%42
%37
%1

Triadic Colors of #fc939f

#fc939f #9ffc93 #939ffc

Analogous Colors of #fc939f

#fc939f #fcbc93 #fc93d4

Monochromatic Colors of #fc939f

#fc939f

Complementary Color

#fc939f #93fcf0

#fc939f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc939f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc939f Color CSS Codes

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

#fc939f Text Font Color

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

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


#fc939f Background Color

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

This div background color is #fc939f


#fc939f Border Color

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

This div border color is #fc939f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc939f


Comments

No comments written yet.

Please login to write comment.