Color Hex Logo

#fcacbc Color Hex

#FCACBC
(252,172,188)
0 Favorites   0 Comments

Color spaces of #fcacbc

RGB 252172188
HSL0.970.930.83
HSV348°32°99°
CMYK 0.000.320.25   0.01
XYZ63.974553.831354.5956
Yxy53.83130.37110.3122
Hunter Lab73.369827.24517.2403
CIE-Lab78.363331.44883.8055

#fcacbc color RGB value is (252,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 10111100
Octal 374 254 274
Decimal 252 172 188
Hex FC AC BC

RGB Percentages of Color #fcacbc

%41.18
%28.10
%30.72

CMYK Percentages of Color #fcacbc

%0
%32
%25
%1

Triadic Colors of #fcacbc

#fcacbc #bcfcac #acbcfc

Analogous Colors of #fcacbc

#fcacbc #fcc4ac #fcace4

Monochromatic Colors of #fcacbc

#fcacbc

Complementary Color

#fcacbc #acfcec

#fcacbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacbc Color CSS Codes

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

#fcacbc Text Font Color

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

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


#fcacbc Background Color

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

This div background color is #fcacbc


#fcacbc Border Color

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

This div border color is #fcacbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacbc

Related Colors


Comments

No comments written yet.

Please login to write comment.