Color Hex Logo

#fca7ca Color Hex

#FCA7CA
(252,167,202)
0 Favorites   0 Comments

Color spaces of #fca7ca

RGB 252167202
HSL0.930.930.82
HSV335°34°99°
CMYK 0.000.340.20   0.01
XYZ64.624352.597162.6233
Yxy52.59710.35930.2925
Hunter Lab72.523932.1404-0.4294
CIE-Lab77.636536.0599-4.8819

#fca7ca color RGB value is (252,167,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100111 11001010
Octal 374 247 312
Decimal 252 167 202
Hex FC A7 CA

RGB Percentages of Color #fca7ca

%40.58
%26.89
%32.53

CMYK Percentages of Color #fca7ca

%0
%34
%20
%1

Triadic Colors of #fca7ca

#fca7ca #cafca7 #a7cafc

Analogous Colors of #fca7ca

#fca7ca #fcafa7 #fca7f5

Monochromatic Colors of #fca7ca

#fca7ca

Complementary Color

#fca7ca #a7fcd9

#fca7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca7ca Color CSS Codes

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

#fca7ca Text Font Color

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

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


#fca7ca Background Color

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

This div background color is #fca7ca


#fca7ca Border Color

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

This div border color is #fca7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca7ca


Comments

No comments written yet.

Please login to write comment.