Color Hex Logo

#fcacc4 Color Hex

#FCACC4
(252,172,196)
0 Favorites   0 Comments

Color spaces of #fcacc4

RGB 252172196
HSL0.950.930.83
HSV342°32°99°
CMYK 0.000.320.22   0.01
XYZ64.861254.186059.2649
Yxy54.18600.36380.3039
Hunter Lab73.611128.46273.7930
CIE-Lab78.570132.5726-0.2443

#fcacc4 color RGB value is (252,172,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11000100
Octal 374 254 304
Decimal 252 172 196
Hex FC AC C4

RGB Percentages of Color #fcacc4

%40.65
%27.74
%31.61

CMYK Percentages of Color #fcacc4

%0
%32
%22
%1

Triadic Colors of #fcacc4

#fcacc4 #c4fcac #acc4fc

Analogous Colors of #fcacc4

#fcacc4 #fcbcac #fcacec

Monochromatic Colors of #fcacc4

#fcacc4

Complementary Color

#fcacc4 #acfce4

#fcacc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacc4 Color CSS Codes

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

#fcacc4 Text Font Color

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

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


#fcacc4 Background Color

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

This div background color is #fcacc4


#fcacc4 Border Color

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

This div border color is #fcacc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacc4


Comments

No comments written yet.

Please login to write comment.