Color Hex Logo

#fca3b7 Color Hex

#FCA3B7
(252,163,183)
1 Favorites   0 Comments

Color spaces of #fca3b7

RGB 252163183
HSL0.960.940.81
HSV347°35°99°
CMYK 0.000.350.27   0.01
XYZ61.789350.308751.2536
Yxy50.30870.37830.3080
Hunter Lab70.928631.37476.8066
CIE-Lab76.258435.47473.4870

#fca3b7 color RGB value is (252,163,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 10110111
Octal 374 243 267
Decimal 252 163 183
Hex FC A3 B7

RGB Percentages of Color #fca3b7

%42.14
%27.26
%30.60

CMYK Percentages of Color #fca3b7

%0
%35
%27
%1

Triadic Colors of #fca3b7

#fca3b7 #b7fca3 #a3b7fc

Analogous Colors of #fca3b7

#fca3b7 #fcbca3 #fca3e4

Monochromatic Colors of #fca3b7

#fca3b7

Complementary Color

#fca3b7 #a3fce8

#fca3b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca3b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca3b7 Color CSS Codes

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

#fca3b7 Text Font Color

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

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


#fca3b7 Background Color

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

This div background color is #fca3b7


#fca3b7 Border Color

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

This div border color is #fca3b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca3b7

Related Colors


Comments

No comments written yet.

Please login to write comment.