Color Hex Logo

#fca8dc Color Hex

#FCA8DC
(252,168,220)
0 Favorites   0 Comments

Color spaces of #fca8dc

RGB 252168220
HSL0.900.930.82
HSV323°33°99°
CMYK 0.000.330.13   0.01
XYZ67.065853.868074.5730
Yxy53.86800.34300.2755
Hunter Lab73.394834.6666-8.8654
CIE-Lab78.384738.3035-13.5616

#fca8dc color RGB value is (252,168,220).

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

The process color (four color CMYK) of #fca8dc color hex is 0.00, 0.33, 0.13, 0.01. Web safe color of #fca8dc is #ff99cc. Color #fca8dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 11011100
Octal 374 250 334
Decimal 252 168 220
Hex FC A8 DC

RGB Percentages of Color #fca8dc

%39.38
%26.25
%34.38

CMYK Percentages of Color #fca8dc

%0
%33
%13
%1

Triadic Colors of #fca8dc

#fca8dc #dcfca8 #a8dcfc

Analogous Colors of #fca8dc

#fca8dc #fca8b2 #f2a8fc

Monochromatic Colors of #fca8dc

#fca8dc

Complementary Color

#fca8dc #a8fcc8

#fca8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca8dc Color CSS Codes

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

#fca8dc Text Font Color

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

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


#fca8dc Background Color

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

This div background color is #fca8dc


#fca8dc Border Color

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

This div border color is #fca8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca8dc

Related Colors


Comments

No comments written yet.

Please login to write comment.