Color Hex Logo

#fc987b Color Hex

#FC987B
(252,152,123)
0 Favorites   0 Comments

Color spaces of #fc987b

RGB 252152123
HSL0.040.960.74
HSV13°51°99°
CMYK 0.000.400.51   0.01
XYZ54.948344.582024.4480
Yxy44.58200.44320.3596
Hunter Lab66.769830.049925.0296
CIE-Lab72.615834.561231.2258

#fc987b color RGB value is (252,152,123).

#fc987b hex color red value is 252, green value is 152 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fc987b hue: 0.04 , saturation: 0.96 and the lightness value of fc987b is 0.74.

The process color (four color CMYK) of #fc987b color hex is 0.00, 0.40, 0.51, 0.01. Web safe color of #fc987b is #ff9966. Color #fc987b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011000 01111011
Octal 374 230 173
Decimal 252 152 123
Hex FC 98 7B

RGB Percentages of Color #fc987b

%47.82
%28.84
%23.34

CMYK Percentages of Color #fc987b

%0
%40
%51
%1

Triadic Colors of #fc987b

#fc987b #7bfc98 #987bfc

Analogous Colors of #fc987b

#fc987b #fcd97b #fc7b9f

Monochromatic Colors of #fc987b

#fc987b

Complementary Color

#fc987b #7bdffc

#fc987b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc987b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc987b Color CSS Codes

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

#fc987b Text Font Color

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

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


#fc987b Background Color

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

This div background color is #fc987b


#fc987b Border Color

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

This div border color is #fc987b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc987b

Related Colors


Comments

No comments written yet.

Please login to write comment.