Color Hex Logo

#fcacbf Color Hex

#FCACBF
(252,172,191)
1 Favorites   0 Comments

Color spaces of #fcacbf

RGB 252172191
HSL0.960.930.83
HSV346°32°99°
CMYK 0.000.320.24   0.01
XYZ64.301453.962156.3169
Yxy53.96210.36830.3091
Hunter Lab73.458927.69485.9668
CIE-Lab78.439631.86472.2846

#fcacbf color RGB value is (252,172,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 10111111
Octal 374 254 277
Decimal 252 172 191
Hex FC AC BF

RGB Percentages of Color #fcacbf

%40.98
%27.97
%31.06

CMYK Percentages of Color #fcacbf

%0
%32
%24
%1

Triadic Colors of #fcacbf

#fcacbf #bffcac #acbffc

Analogous Colors of #fcacbf

#fcacbf #fcc1ac #fcace7

Monochromatic Colors of #fcacbf

#fcacbf

Complementary Color

#fcacbf #acfce9

#fcacbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacbf Color CSS Codes

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

#fcacbf Text Font Color

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

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


#fcacbf Background Color

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

This div background color is #fcacbf


#fcacbf Border Color

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

This div border color is #fcacbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacbf


Comments

No comments written yet.

Please login to write comment.