Color Hex Logo

#fcacce Color Hex

#FCACCE
(252,172,206)
0 Favorites   0 Comments

Color spaces of #fcacce

RGB 252172206
HSL0.930.930.83
HSV335°32°99°
CMYK 0.000.320.18   0.01
XYZ66.038054.656765.4617
Yxy54.65670.35470.2936
Hunter Lab73.930230.0670-0.7474
CIE-Lab78.843134.0420-5.2774

#fcacce color RGB value is (252,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11001110
Octal 374 254 316
Decimal 252 172 206
Hex FC AC CE

RGB Percentages of Color #fcacce

%40.00
%27.30
%32.70

CMYK Percentages of Color #fcacce

%0
%32
%18
%1

Triadic Colors of #fcacce

#fcacce #cefcac #accefc

Analogous Colors of #fcacce

#fcacce #fcb2ac #fcacf6

Monochromatic Colors of #fcacce

#fcacce

Complementary Color

#fcacce #acfcda

#fcacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacce Color CSS Codes

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

#fcacce Text Font Color

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

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


#fcacce Background Color

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

This div background color is #fcacce


#fcacce Border Color

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

This div border color is #fcacce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,172,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 #fcacce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacce


Comments

No comments written yet.

Please login to write comment.