Color Hex Logo

#fcacb2 Color Hex

#FCACB2
(252,172,178)
0 Favorites   0 Comments

Color spaces of #fcacb2

RGB 252172178
HSL0.990.930.83
HSV356°32°99°
CMYK 0.000.320.29   0.01
XYZ62.933353.414849.1126
Yxy53.41480.38040.3228
Hunter Lab73.085425.805511.3176
CIE-Lab78.119330.11038.8926

#fcacb2 color RGB value is (252,172,178).

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

The process color (four color CMYK) of #fcacb2 color hex is 0.00, 0.32, 0.29, 0.01. Web safe color of #fcacb2 is #ff9999. Color #fcacb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 10110010
Octal 374 254 262
Decimal 252 172 178
Hex FC AC B2

RGB Percentages of Color #fcacb2

%41.86
%28.57
%29.57

CMYK Percentages of Color #fcacb2

%0
%32
%29
%1

Triadic Colors of #fcacb2

#fcacb2 #b2fcac #acb2fc

Analogous Colors of #fcacb2

#fcacb2 #fcceac #fcacda

Monochromatic Colors of #fcacb2

#fcacb2

Complementary Color

#fcacb2 #acfcf6

#fcacb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacb2 Color CSS Codes

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

#fcacb2 Text Font Color

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

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


#fcacb2 Background Color

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

This div background color is #fcacb2


#fcacb2 Border Color

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

This div border color is #fcacb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacb2


Comments

No comments written yet.

Please login to write comment.