Color Hex Logo

#fca0db Color Hex

#FCA0DB
(252,160,219)
0 Favorites   0 Comments

Color spaces of #fca0db

RGB 252160219
HSL0.890.940.81
HSV322°37°99°
CMYK 0.000.370.13   0.01
XYZ65.501950.951573.4001
Yxy50.95150.34500.2684
Hunter Lab71.380338.8843-11.0014
CIE-Lab76.649642.2951-15.6240

#fca0db color RGB value is (252,160,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 11011011
Octal 374 240 333
Decimal 252 160 219
Hex FC A0 DB

RGB Percentages of Color #fca0db

%39.94
%25.36
%34.71

CMYK Percentages of Color #fca0db

%0
%37
%13
%1

Triadic Colors of #fca0db

#fca0db #dbfca0 #a0dbfc

Analogous Colors of #fca0db

#fca0db #fca0ad #efa0fc

Monochromatic Colors of #fca0db

#fca0db

Complementary Color

#fca0db #a0fcc1

#fca0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca0db Color CSS Codes

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

#fca0db Text Font Color

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

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


#fca0db Background Color

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

This div background color is #fca0db


#fca0db Border Color

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

This div border color is #fca0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca0db


Comments

No comments written yet.

Please login to write comment.