Color Hex Logo

#fca4ca Color Hex

#FCA4CA
(252,164,202)
0 Favorites   0 Comments

Color spaces of #fca4ca

RGB 252164202
HSL0.930.940.82
HSV334°35°99°
CMYK 0.000.350.20   0.01
XYZ64.081051.510662.4422
Yxy51.51060.35990.2893
Hunter Lab71.770933.7756-1.3439
CIE-Lab76.987337.6228-5.8408

#fca4ca color RGB value is (252,164,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 11001010
Octal 374 244 312
Decimal 252 164 202
Hex FC A4 CA

RGB Percentages of Color #fca4ca

%40.78
%26.54
%32.69

CMYK Percentages of Color #fca4ca

%0
%35
%20
%1

Triadic Colors of #fca4ca

#fca4ca #cafca4 #a4cafc

Analogous Colors of #fca4ca

#fca4ca #fcaaa4 #fca4f6

Monochromatic Colors of #fca4ca

#fca4ca

Complementary Color

#fca4ca #a4fcd6

#fca4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca4ca Color CSS Codes

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

#fca4ca Text Font Color

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

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


#fca4ca Background Color

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

This div background color is #fca4ca


#fca4ca Border Color

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

This div border color is #fca4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca4ca

Related Colors


Comments

No comments written yet.

Please login to write comment.