Color Hex Logo

#fc979b Color Hex

#FC979B
(252,151,155)
0 Favorites   0 Comments

Color spaces of #fc979b

RGB 252151155
HSL0.990.940.79
HSV358°40°99°
CMYK 0.000.400.38   0.01
XYZ57.127945.195236.7229
Yxy45.19520.41090.3250
Hunter Lab67.227434.036314.6720
CIE-Lab73.020238.254014.2672

#fc979b color RGB value is (252,151,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010111 10011011
Octal 374 227 233
Decimal 252 151 155
Hex FC 97 9B

RGB Percentages of Color #fc979b

%45.16
%27.06
%27.78

CMYK Percentages of Color #fc979b

%0
%40
%38
%1

Triadic Colors of #fc979b

#fc979b #9bfc97 #979bfc

Analogous Colors of #fc979b

#fc979b #fcc697 #fc97ce

Monochromatic Colors of #fc979b

#fc979b

Complementary Color

#fc979b #97fcf8

#fc979b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc979b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc979b Color CSS Codes

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

#fc979b Text Font Color

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

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


#fc979b Background Color

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

This div background color is #fc979b


#fc979b Border Color

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

This div border color is #fc979b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc979b


Comments

No comments written yet.

Please login to write comment.