Color Hex Logo

#fcab7b Color Hex

#FCAB7B
(252,171,123)
0 Favorites   0 Comments

Color spaces of #fcab7b

RGB 252171123
HSL0.060.960.74
HSV22°51°99°
CMYK 0.000.320.51   0.01
XYZ58.282951.251325.5595
Yxy51.25130.43140.3794
Hunter Lab71.590020.038028.9449
CIE-Lab76.831024.653236.6783

#fcab7b color RGB value is (252,171,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 01111011
Octal 374 253 173
Decimal 252 171 123
Hex FC AB 7B

RGB Percentages of Color #fcab7b

%46.15
%31.32
%22.53

CMYK Percentages of Color #fcab7b

%0
%32
%51
%1

Triadic Colors of #fcab7b

#fcab7b #7bfcab #ab7bfc

Analogous Colors of #fcab7b

#fcab7b #fcec7b #fc7b8c

Monochromatic Colors of #fcab7b

#fcab7b

Complementary Color

#fcab7b #7bccfc

#fcab7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab7b Color CSS Codes

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

#fcab7b Text Font Color

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

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


#fcab7b Background Color

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

This div background color is #fcab7b


#fcab7b Border Color

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

This div border color is #fcab7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab7b

Related Colors


Comments

No comments written yet.

Please login to write comment.