Color Hex Logo

#fc959b Color Hex

#FC959B
(252,149,155)
0 Favorites   0 Comments

Color spaces of #fc959b

RGB 252149155
HSL0.990.940.79
HSV357°41°99°
CMYK 0.000.410.38   0.01
XYZ56.808744.556936.6165
Yxy44.55690.41170.3229
Hunter Lab66.751035.099114.2019
CIE-Lab72.599239.281613.6758

#fc959b color RGB value is (252,149,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010101 10011011
Octal 374 225 233
Decimal 252 149 155
Hex FC 95 9B

RGB Percentages of Color #fc959b

%45.32
%26.80
%27.88

CMYK Percentages of Color #fc959b

%0
%41
%38
%1

Triadic Colors of #fc959b

#fc959b #9bfc95 #959bfc

Analogous Colors of #fc959b

#fc959b #fcc395 #fc95cf

Monochromatic Colors of #fc959b

#fc959b

Complementary Color

#fc959b #95fcf6

#fc959b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc959b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc959b Color CSS Codes

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

#fc959b Text Font Color

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

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


#fc959b Background Color

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

This div background color is #fc959b


#fc959b Border Color

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

This div border color is #fc959b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc959b


Comments

No comments written yet.

Please login to write comment.