Color Hex Logo

#fcacbb Color Hex

#FCACBB
(252,172,187)
0 Favorites   0 Comments

Color spaces of #fcacbb

RGB 252172187
HSL0.970.930.83
HSV349°32°99°
CMYK 0.000.320.26   0.01
XYZ63.867053.788454.0297
Yxy53.78840.37200.3133
Hunter Lab73.340627.09677.6597
CIE-Lab78.338231.31134.3132

#fcacbb color RGB value is (252,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 10111011
Octal 374 254 273
Decimal 252 172 187
Hex FC AC BB

RGB Percentages of Color #fcacbb

%41.24
%28.15
%30.61

CMYK Percentages of Color #fcacbb

%0
%32
%26
%1

Triadic Colors of #fcacbb

#fcacbb #bbfcac #acbbfc

Analogous Colors of #fcacbb

#fcacbb #fcc5ac #fcace3

Monochromatic Colors of #fcacbb

#fcacbb

Complementary Color

#fcacbb #acfced

#fcacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacbb Color CSS Codes

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

#fcacbb Text Font Color

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

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


#fcacbb Background Color

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

This div background color is #fcacbb


#fcacbb Border Color

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

This div border color is #fcacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacbb

Related Colors


Comments

No comments written yet.

Please login to write comment.