Color Hex Logo

#fcabce Color Hex

#FCABCE
(252,171,206)
0 Favorites   0 Comments

Color spaces of #fcabce

RGB 252171206
HSL0.930.930.83
HSV334°32°99°
CMYK 0.000.320.18   0.01
XYZ65.848454.277565.3985
Yxy54.27750.35490.2926
Hunter Lab73.673330.6132-1.0594
CIE-Lab78.623334.5654-5.6021

#fcabce color RGB value is (252,171,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11001110
Octal 374 253 316
Decimal 252 171 206
Hex FC AB CE

RGB Percentages of Color #fcabce

%40.06
%27.19
%32.75

CMYK Percentages of Color #fcabce

%0
%32
%18
%1

Triadic Colors of #fcabce

#fcabce #cefcab #abcefc

Analogous Colors of #fcabce

#fcabce #fcb1ab #fcabf7

Monochromatic Colors of #fcabce

#fcabce

Complementary Color

#fcabce #abfcd9

#fcabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabce Color CSS Codes

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

#fcabce Text Font Color

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

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


#fcabce Background Color

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

This div background color is #fcabce


#fcabce Border Color

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

This div border color is #fcabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabce


Comments

No comments written yet.

Please login to write comment.