Color Hex Logo

#fc16dd Color Hex

#FC16DD
(252,22,221)
0 Favorites   0 Comments

Color spaces of #fc16dd

RGB 25222221
HSL0.860.970.54
HSV308°91°99°
CMYK 0.000.910.12   0.01
XYZ53.482926.489770.7008
Yxy26.48970.35500.1758
Hunter Lab51.468195.4182-45.4178
CIE-Lab58.499091.6734-44.7416

#fc16dd color RGB value is (252,22,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010110 11011101
Octal 374 26 335
Decimal 252 22 221
Hex FC 16 DD

RGB Percentages of Color #fc16dd

%50.91
%4.44
%44.65

CMYK Percentages of Color #fc16dd

%0
%91
%12
%1

Triadic Colors of #fc16dd

#fc16dd #ddfc16 #16ddfc

Analogous Colors of #fc16dd

#fc16dd #fc166a #a816fc

Monochromatic Colors of #fc16dd

#fc16dd

Complementary Color

#fc16dd #16fc35

#fc16dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc16dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc16dd Color CSS Codes

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

#fc16dd Text Font Color

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

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


#fc16dd Background Color

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

This div background color is #fc16dd


#fc16dd Border Color

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

This div border color is #fc16dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc16dd


Comments

No comments written yet.

Please login to write comment.