Color Hex Logo

#fc16db Color Hex

#FC16DB
(252,22,219)
0 Favorites   0 Comments

Color spaces of #fc16db

RGB 25222219
HSL0.860.970.54
HSV309°91°99°
CMYK 0.000.910.13   0.01
XYZ53.218026.383769.3055
Yxy26.38370.35740.1772
Hunter Lab51.365195.0503-44.0429
CIE-Lab58.399591.4196-43.7663

#fc16db color RGB value is (252,22,219).

#fc16db hex color red value is 252, green value is 22 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fc16db hue: 0.86 , saturation: 0.97 and the lightness value of fc16db is 0.54.

The process color (four color CMYK) of #fc16db color hex is 0.00, 0.91, 0.13, 0.01. Web safe color of #fc16db is #ff00cc. Color #fc16db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010110 11011011
Octal 374 26 333
Decimal 252 22 219
Hex FC 16 DB

RGB Percentages of Color #fc16db

%51.12
%4.46
%44.42

CMYK Percentages of Color #fc16db

%0
%91
%13
%1

Triadic Colors of #fc16db

#fc16db #dbfc16 #16dbfc

Analogous Colors of #fc16db

#fc16db #fc1668 #aa16fc

Monochromatic Colors of #fc16db

#fc16db

Complementary Color

#fc16db #16fc37

#fc16db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc16db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc16db Color CSS Codes

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

#fc16db Text Font Color

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

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


#fc16db Background Color

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

This div background color is #fc16db


#fc16db Border Color

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

This div border color is #fc16db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc16db


Comments

No comments written yet.

Please login to write comment.