Color Hex Logo

#fcabcf Color Hex

#FCABCF
(252,171,207)
0 Favorites   0 Comments

Color spaces of #fcabcf

RGB 252171207
HSL0.930.930.83
HSV333°32°99°
CMYK 0.000.320.18   0.01
XYZ65.970354.326366.0405
Yxy54.32630.35400.2915
Hunter Lab73.706430.7788-1.5290
CIE-Lab78.651634.7160-6.1036

#fcabcf color RGB value is (252,171,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11001111
Octal 374 253 317
Decimal 252 171 207
Hex FC AB CF

RGB Percentages of Color #fcabcf

%40.00
%27.14
%32.86

CMYK Percentages of Color #fcabcf

%0
%32
%18
%1

Triadic Colors of #fcabcf

#fcabcf #cffcab #abcffc

Analogous Colors of #fcabcf

#fcabcf #fcb0ab #fcabf8

Monochromatic Colors of #fcabcf

#fcabcf

Complementary Color

#fcabcf #abfcd8

#fcabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabcf Color CSS Codes

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

#fcabcf Text Font Color

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

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


#fcabcf Background Color

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

This div background color is #fcabcf


#fcabcf Border Color

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

This div border color is #fcabcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabcf


Comments

No comments written yet.

Please login to write comment.