Color Hex Logo

#fcaccf Color Hex

#FCACCF
(252,172,207)
0 Favorites   0 Comments

Color spaces of #fcaccf

RGB 252172207
HSL0.930.930.83
HSV334°32°99°
CMYK 0.000.320.18   0.01
XYZ66.159954.705566.1037
Yxy54.70550.35390.2926
Hunter Lab73.963230.2323-1.2155
CIE-Lab78.871334.1927-5.7788

#fcaccf color RGB value is (252,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11001111
Octal 374 254 317
Decimal 252 172 207
Hex FC AC CF

RGB Percentages of Color #fcaccf

%39.94
%27.26
%32.81

CMYK Percentages of Color #fcaccf

%0
%32
%18
%1

Triadic Colors of #fcaccf

#fcaccf #cffcac #accffc

Analogous Colors of #fcaccf

#fcaccf #fcb1ac #fcacf7

Monochromatic Colors of #fcaccf

#fcaccf

Complementary Color

#fcaccf #acfcd9

#fcaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaccf Color CSS Codes

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

#fcaccf Text Font Color

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

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


#fcaccf Background Color

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

This div background color is #fcaccf


#fcaccf Border Color

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

This div border color is #fcaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaccf


Comments

No comments written yet.

Please login to write comment.