Color Hex Logo

#fca0de Color Hex

#FCA0DE
(252,160,222)
0 Favorites   0 Comments

Color spaces of #fca0de

RGB 252160222
HSL0.890.940.81
HSV320°37°99°
CMYK 0.000.370.12   0.01
XYZ65.900551.111075.4993
Yxy51.11100.34230.2655
Hunter Lab71.492039.4284-12.5690
CIE-Lab76.746242.7728-17.1136

#fca0de color RGB value is (252,160,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 11011110
Octal 374 240 336
Decimal 252 160 222
Hex FC A0 DE

RGB Percentages of Color #fca0de

%39.75
%25.24
%35.02

CMYK Percentages of Color #fca0de

%0
%37
%12
%1

Triadic Colors of #fca0de

#fca0de #defca0 #a0defc

Analogous Colors of #fca0de

#fca0de #fca0b0 #eca0fc

Monochromatic Colors of #fca0de

#fca0de

Complementary Color

#fca0de #a0fcbe

#fca0de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca0de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca0de Color CSS Codes

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

#fca0de Text Font Color

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

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


#fca0de Background Color

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

This div background color is #fca0de


#fca0de Border Color

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

This div border color is #fca0de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca0de


Comments

No comments written yet.

Please login to write comment.