Color Hex Logo

#fca3bf Color Hex

#FCA3BF
(252,163,191)
0 Favorites   0 Comments

Color spaces of #fca3bf

RGB 252163191
HSL0.950.940.81
HSV341°35°99°
CMYK 0.000.350.24   0.01
XYZ62.646050.651455.7651
Yxy50.65140.37050.2996
Hunter Lab71.169832.57443.3622
CIE-Lab76.467436.5664-0.5898

#fca3bf color RGB value is (252,163,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 10111111
Octal 374 243 277
Decimal 252 163 191
Hex FC A3 BF

RGB Percentages of Color #fca3bf

%41.58
%26.90
%31.52

CMYK Percentages of Color #fca3bf

%0
%35
%24
%1

Triadic Colors of #fca3bf

#fca3bf #bffca3 #a3bffc

Analogous Colors of #fca3bf

#fca3bf #fcb4a3 #fca3ec

Monochromatic Colors of #fca3bf

#fca3bf

Complementary Color

#fca3bf #a3fce0

#fca3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca3bf Color CSS Codes

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

#fca3bf Text Font Color

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

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


#fca3bf Background Color

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

This div background color is #fca3bf


#fca3bf Border Color

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

This div border color is #fca3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca3bf


Comments

No comments written yet.

Please login to write comment.