Color Hex Logo

#fcacba Color Hex

#FCACBA
(252,172,186)
0 Favorites   0 Comments

Color spaces of #fcacba

RGB 252172186
HSL0.970.930.83
HSV350°32°99°
CMYK 0.000.320.26   0.01
XYZ63.760353.745753.4678
Yxy53.74570.37290.3144
Hunter Lab73.311526.94968.0764
CIE-Lab78.313231.17494.8210

#fcacba color RGB value is (252,172,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 10111010
Octal 374 254 272
Decimal 252 172 186
Hex FC AC BA

RGB Percentages of Color #fcacba

%41.31
%28.20
%30.49

CMYK Percentages of Color #fcacba

%0
%32
%26
%1

Triadic Colors of #fcacba

#fcacba #bafcac #acbafc

Analogous Colors of #fcacba

#fcacba #fcc6ac #fcace2

Monochromatic Colors of #fcacba

#fcacba

Complementary Color

#fcacba #acfcee

#fcacba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacba Color CSS Codes

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

#fcacba Text Font Color

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

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


#fcacba Background Color

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

This div background color is #fcacba


#fcacba Border Color

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

This div border color is #fcacba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacba

Related Colors


Comments

No comments written yet.

Please login to write comment.