Color Hex Logo

#fca4de Color Hex

#FCA4DE
(252,164,222)
0 Favorites   0 Comments

Color spaces of #fca4de

RGB 252164222
HSL0.890.940.82
HSV320°35°99°
CMYK 0.000.350.12   0.01
XYZ66.605252.520375.7342
Yxy52.52030.34180.2695
Hunter Lab72.470937.2284-11.2302
CIE-Lab77.590940.7036-15.8405

#fca4de color RGB value is (252,164,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 11011110
Octal 374 244 336
Decimal 252 164 222
Hex FC A4 DE

RGB Percentages of Color #fca4de

%39.50
%25.71
%34.80

CMYK Percentages of Color #fca4de

%0
%35
%12
%1

Triadic Colors of #fca4de

#fca4de #defca4 #a4defc

Analogous Colors of #fca4de

#fca4de #fca4b2 #eea4fc

Monochromatic Colors of #fca4de

#fca4de

Complementary Color

#fca4de #a4fcc2

#fca4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca4de Color CSS Codes

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

#fca4de Text Font Color

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

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


#fca4de Background Color

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

This div background color is #fca4de


#fca4de Border Color

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

This div border color is #fca4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca4de

Related Colors


Comments

No comments written yet.

Please login to write comment.