Color Hex Logo

#fc8896 Color Hex

#FC8896
(252,136,150)
0 Favorites   0 Comments

Color spaces of #fc8896

RGB 252136150
HSL0.980.950.76
HSV353°46°99°
CMYK 0.000.460.40   0.01
XYZ54.454140.505833.8025
Yxy40.50580.42290.3146
Hunter Lab63.644241.347713.0610
CIE-Lab69.828345.323912.5566

#fc8896 color RGB value is (252,136,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001000 10010110
Octal 374 210 226
Decimal 252 136 150
Hex FC 88 96

RGB Percentages of Color #fc8896

%46.84
%25.28
%27.88

CMYK Percentages of Color #fc8896

%0
%46
%40
%1

Triadic Colors of #fc8896

#fc8896 #96fc88 #8896fc

Analogous Colors of #fc8896

#fc8896 #fcb488 #fc88d0

Monochromatic Colors of #fc8896

#fc8896

Complementary Color

#fc8896 #88fcee

#fc8896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8896 Color CSS Codes

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

#fc8896 Text Font Color

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

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


#fc8896 Background Color

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

This div background color is #fc8896


#fc8896 Border Color

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

This div border color is #fc8896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8896

Related Colors


Comments

No comments written yet.

Please login to write comment.