Color Hex Logo

#fc929b Color Hex

#FC929B
(252,146,155)
0 Favorites   0 Comments

Color spaces of #fc929b

RGB 252146155
HSL0.990.950.78
HSV355°42°99°
CMYK 0.000.420.38   0.01
XYZ56.340243.619836.4604
Yxy43.61980.41300.3197
Hunter Lab66.045336.690913.5006
CIE-Lab71.973640.816912.7953

#fc929b color RGB value is (252,146,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010010 10011011
Octal 374 222 233
Decimal 252 146 155
Hex FC 92 9B

RGB Percentages of Color #fc929b

%45.57
%26.40
%28.03

CMYK Percentages of Color #fc929b

%0
%42
%38
%1

Triadic Colors of #fc929b

#fc929b #9bfc92 #929bfc

Analogous Colors of #fc929b

#fc929b #fcbe92 #fc92d0

Monochromatic Colors of #fc929b

#fc929b

Complementary Color

#fc929b #92fcf3

#fc929b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc929b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc929b Color CSS Codes

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

#fc929b Text Font Color

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

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


#fc929b Background Color

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

This div background color is #fc929b


#fc929b Border Color

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

This div border color is #fc929b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc929b

Related Colors


Comments

No comments written yet.

Please login to write comment.