Color Hex Logo

#fca2dd Color Hex

#FCA2DD
(252,162,221)
0 Favorites   0 Comments

Color spaces of #fca2dd

RGB 252162221
HSL0.890.940.81
HSV321°36°99°
CMYK 0.000.360.12   0.01
XYZ66.116451.756674.9119
Yxy51.75660.34300.2685
Hunter Lab71.942138.1470-11.3781
CIE-Lab77.135141.5794-15.9828

#fca2dd color RGB value is (252,162,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 11011101
Octal 374 242 335
Decimal 252 162 221
Hex FC A2 DD

RGB Percentages of Color #fca2dd

%39.69
%25.51
%34.80

CMYK Percentages of Color #fca2dd

%0
%36
%12
%1

Triadic Colors of #fca2dd

#fca2dd #ddfca2 #a2ddfc

Analogous Colors of #fca2dd

#fca2dd #fca2b0 #eea2fc

Monochromatic Colors of #fca2dd

#fca2dd

Complementary Color

#fca2dd #a2fcc1

#fca2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca2dd Color CSS Codes

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

#fca2dd Text Font Color

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

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


#fca2dd Background Color

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

This div background color is #fca2dd


#fca2dd Border Color

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

This div border color is #fca2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca2dd


Comments

No comments written yet.

Please login to write comment.