Color Hex Logo

#fcafce Color Hex

#FCAFCE
(252,175,206)
0 Favorites   0 Comments

Color spaces of #fcafce

RGB 252175206
HSL0.930.930.84
HSV336°31°99°
CMYK 0.000.310.18   0.01
XYZ66.615455.811665.6542
Yxy55.81160.35420.2967
Hunter Lab74.707228.42860.1897
CIE-Lab79.506532.4696-4.2989

#fcafce color RGB value is (252,175,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 11001110
Octal 374 257 316
Decimal 252 175 206
Hex FC AF CE

RGB Percentages of Color #fcafce

%39.81
%27.65
%32.54

CMYK Percentages of Color #fcafce

%0
%31
%18
%1

Triadic Colors of #fcafce

#fcafce #cefcaf #afcefc

Analogous Colors of #fcafce

#fcafce #fcb7af #fcaff5

Monochromatic Colors of #fcafce

#fcafce

Complementary Color

#fcafce #affcdd

#fcafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafce Color CSS Codes

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

#fcafce Text Font Color

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

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


#fcafce Background Color

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

This div background color is #fcafce


#fcafce Border Color

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

This div border color is #fcafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafce


Comments

No comments written yet.

Please login to write comment.