Color Hex Logo

#fca6b7 Color Hex

#FCA6B7
(252,166,183)
0 Favorites   0 Comments

Color spaces of #fca6b7

RGB 252166183
HSL0.970.930.82
HSV348°34°99°
CMYK 0.000.340.27   0.01
XYZ62.328351.386851.4333
Yxy51.38680.37740.3112
Hunter Lab71.684629.75417.6390
CIE-Lab76.912733.90994.4336

#fca6b7 color RGB value is (252,166,183).

#fca6b7 hex color red value is 252, green value is 166 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #fca6b7 hue: 0.97 , saturation: 0.93 and the lightness value of fca6b7 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 10110111
Octal 374 246 267
Decimal 252 166 183
Hex FC A6 B7

RGB Percentages of Color #fca6b7

%41.93
%27.62
%30.45

CMYK Percentages of Color #fca6b7

%0
%34
%27
%1

Triadic Colors of #fca6b7

#fca6b7 #b7fca6 #a6b7fc

Analogous Colors of #fca6b7

#fca6b7 #fcc0a6 #fca6e2

Monochromatic Colors of #fca6b7

#fca6b7

Complementary Color

#fca6b7 #a6fceb

#fca6b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca6b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca6b7 Color CSS Codes

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

#fca6b7 Text Font Color

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

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


#fca6b7 Background Color

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

This div background color is #fca6b7


#fca6b7 Border Color

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

This div border color is #fca6b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca6b7


Comments

No comments written yet.

Please login to write comment.