Color Hex Logo

#fcacec Color Hex

#FCACEC
(252,172,236)
0 Favorites   0 Comments

Color spaces of #fcacec

RGB 252172236
HSL0.870.930.83
HSV312°32°99°
CMYK 0.000.320.06   0.01
XYZ70.037756.256686.5241
Yxy56.25660.32910.2643
Hunter Lab75.004435.4222-15.8931
CIE-Lab79.759638.8574-20.1461

#fcacec color RGB value is (252,172,236).

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

The process color (four color CMYK) of #fcacec color hex is 0.00, 0.32, 0.06, 0.01. Web safe color of #fcacec is #ff99ff. Color #fcacec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11101100
Octal 374 254 354
Decimal 252 172 236
Hex FC AC EC

RGB Percentages of Color #fcacec

%38.18
%26.06
%35.76

CMYK Percentages of Color #fcacec

%0
%32
%6
%1

Triadic Colors of #fcacec

#fcacec #ecfcac #acecfc

Analogous Colors of #fcacec

#fcacec #fcacc4 #e4acfc

Monochromatic Colors of #fcacec

#fcacec

Complementary Color

#fcacec #acfcbc

#fcacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacec Color CSS Codes

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

#fcacec Text Font Color

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

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


#fcacec Background Color

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

This div background color is #fcacec


#fcacec Border Color

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

This div border color is #fcacec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacec


Comments

No comments written yet.

Please login to write comment.