Color Hex Logo

#fcabba Color Hex

#FCABBA
(252,171,186)
0 Favorites   0 Comments

Color spaces of #fcabba

RGB 252171186
HSL0.970.930.83
HSV349°32°99°
CMYK 0.000.320.26   0.01
XYZ63.570753.366453.4046
Yxy53.36640.37320.3133
Hunter Lab73.052327.49067.7929
CIE-Lab78.090831.69924.4997

#fcabba color RGB value is (252,171,186).

#fcabba hex color red value is 252, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fcabba hue: 0.97 , saturation: 0.93 and the lightness value of fcabba is 0.83.

The process color (four color CMYK) of #fcabba color hex is 0.00, 0.32, 0.26, 0.01. Web safe color of #fcabba is #ff99cc. Color #fcabba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 10111010
Octal 374 253 272
Decimal 252 171 186
Hex FC AB BA

RGB Percentages of Color #fcabba

%41.38
%28.08
%30.54

CMYK Percentages of Color #fcabba

%0
%32
%26
%1

Triadic Colors of #fcabba

#fcabba #bafcab #abbafc

Analogous Colors of #fcabba

#fcabba #fcc5ab #fcabe3

Monochromatic Colors of #fcabba

#fcabba

Complementary Color

#fcabba #abfced

#fcabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabba Color CSS Codes

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

#fcabba Text Font Color

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

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


#fcabba Background Color

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

This div background color is #fcabba


#fcabba Border Color

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

This div border color is #fcabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabba


Comments

No comments written yet.

Please login to write comment.