Color Hex Logo

#fc919b Color Hex

#FC919B
(252,145,155)
0 Favorites   0 Comments

Color spaces of #fc919b

RGB 252145155
HSL0.980.950.78
HSV354°42°99°
CMYK 0.000.420.38   0.01
XYZ56.186743.312836.4092
Yxy43.31280.41340.3187
Hunter Lab65.812537.220713.2679
CIE-Lab71.766841.326812.5036

#fc919b color RGB value is (252,145,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010001 10011011
Octal 374 221 233
Decimal 252 145 155
Hex FC 91 9B

RGB Percentages of Color #fc919b

%45.65
%26.27
%28.08

CMYK Percentages of Color #fc919b

%0
%42
%38
%1

Triadic Colors of #fc919b

#fc919b #9bfc91 #919bfc

Analogous Colors of #fc919b

#fc919b #fcbd91 #fc91d1

Monochromatic Colors of #fc919b

#fc919b

Complementary Color

#fc919b #91fcf2

#fc919b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc919b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc919b Color CSS Codes

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

#fc919b Text Font Color

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

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


#fc919b Background Color

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

This div background color is #fc919b


#fc919b Border Color

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

This div border color is #fc919b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc919b


Comments

No comments written yet.

Please login to write comment.