Color Hex Logo

#fc8cab Color Hex

#FC8CAB
(252,140,171)
0 Favorites   0 Comments

Color spaces of #fc8cab

RGB 252140171
HSL0.950.950.77
HSV343°44°99°
CMYK 0.000.440.32   0.01
XYZ56.873742.391943.7130
Yxy42.39190.39780.2965
Hunter Lab65.109141.98155.7702
CIE-Lab71.140345.73052.7006

#fc8cab color RGB value is (252,140,171).

#fc8cab hex color red value is 252, green value is 140 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fc8cab hue: 0.95 , saturation: 0.95 and the lightness value of fc8cab is 0.77.

The process color (four color CMYK) of #fc8cab color hex is 0.00, 0.44, 0.32, 0.01. Web safe color of #fc8cab is #ff9999. Color #fc8cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001100 10101011
Octal 374 214 253
Decimal 252 140 171
Hex FC 8C AB

RGB Percentages of Color #fc8cab

%44.76
%24.87
%30.37

CMYK Percentages of Color #fc8cab

%0
%44
%32
%1

Triadic Colors of #fc8cab

#fc8cab #abfc8c #8cabfc

Analogous Colors of #fc8cab

#fc8cab #fca58c #fc8ce3

Monochromatic Colors of #fc8cab

#fc8cab

Complementary Color

#fc8cab #8cfcdd

#fc8cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8cab Color CSS Codes

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

#fc8cab Text Font Color

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

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


#fc8cab Background Color

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

This div background color is #fc8cab


#fc8cab Border Color

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

This div border color is #fc8cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8cab


Comments

No comments written yet.

Please login to write comment.