Color Hex Logo

#fca3cf Color Hex

#FCA3CF
(252,163,207)
0 Favorites   0 Comments

Color spaces of #fca3cf

RGB 252163207
HSL0.920.940.81
HSV330°35°99°
CMYK 0.000.350.18   0.01
XYZ64.504651.394865.5519
Yxy51.39480.35550.2832
Hunter Lab71.690235.1510-4.0303
CIE-Lab76.917538.8873-8.6748

#fca3cf color RGB value is (252,163,207).

#fca3cf hex color red value is 252, green value is 163 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fca3cf hue: 0.92 , saturation: 0.94 and the lightness value of fca3cf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 11001111
Octal 374 243 317
Decimal 252 163 207
Hex FC A3 CF

RGB Percentages of Color #fca3cf

%40.51
%26.21
%33.28

CMYK Percentages of Color #fca3cf

%0
%35
%18
%1

Triadic Colors of #fca3cf

#fca3cf #cffca3 #a3cffc

Analogous Colors of #fca3cf

#fca3cf #fca4a3 #fca3fc

Monochromatic Colors of #fca3cf

#fca3cf

Complementary Color

#fca3cf #a3fcd0

#fca3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca3cf Color CSS Codes

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

#fca3cf Text Font Color

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

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


#fca3cf Background Color

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

This div background color is #fca3cf


#fca3cf Border Color

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

This div border color is #fca3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca3cf

Related Colors


Comments

No comments written yet.

Please login to write comment.