Color Hex Logo

#fcafc3 Color Hex

#FCAFC3
(252,175,195)
0 Favorites   0 Comments

Color spaces of #fcafc3

RGB 252175195
HSL0.960.930.84
HSV344°31°99°
CMYK 0.000.310.23   0.01
XYZ65.325255.295558.8599
Yxy55.29550.36400.3081
Hunter Lab74.360926.67855.1221
CIE-Lab79.211230.85641.2339

#fcafc3 color RGB value is (252,175,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 11000011
Octal 374 257 303
Decimal 252 175 195
Hex FC AF C3

RGB Percentages of Color #fcafc3

%40.51
%28.14
%31.35

CMYK Percentages of Color #fcafc3

%0
%31
%23
%1

Triadic Colors of #fcafc3

#fcafc3 #c3fcaf #afc3fc

Analogous Colors of #fcafc3

#fcafc3 #fcc2af #fcafea

Monochromatic Colors of #fcafc3

#fcafc3

Complementary Color

#fcafc3 #affce8

#fcafc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafc3 Color CSS Codes

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

#fcafc3 Text Font Color

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

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


#fcafc3 Background Color

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

This div background color is #fcafc3


#fcafc3 Border Color

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

This div border color is #fcafc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafc3


Comments

No comments written yet.

Please login to write comment.