Color Hex Logo

#fc1dde Color Hex

#FC1DDE
(252,29,222)
0 Favorites   0 Comments

Color spaces of #fc1dde

RGB 25229222
HSL0.860.970.55
HSV308°88°99°
CMYK 0.000.880.12   0.01
XYZ53.769126.848171.4555
Yxy26.84810.35360.1765
Hunter Lab51.815294.5547-45.4931
CIE-Lab58.833590.9667-44.7790

#fc1dde color RGB value is (252,29,222).

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

The process color (four color CMYK) of #fc1dde color hex is 0.00, 0.88, 0.12, 0.01. Web safe color of #fc1dde is #ff33cc. Color #fc1dde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011101 11011110
Octal 374 35 336
Decimal 252 29 222
Hex FC 1D DE

RGB Percentages of Color #fc1dde

%50.10
%5.77
%44.14

CMYK Percentages of Color #fc1dde

%0
%88
%12
%1

Triadic Colors of #fc1dde

#fc1dde #defc1d #1ddefc

Analogous Colors of #fc1dde

#fc1dde #fc1d6f #ab1dfc

Monochromatic Colors of #fc1dde

#fc1dde

Complementary Color

#fc1dde #1dfc3b

#fc1dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1dde Color CSS Codes

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

#fc1dde Text Font Color

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

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


#fc1dde Background Color

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

This div background color is #fc1dde


#fc1dde Border Color

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

This div border color is #fc1dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1dde


Comments

No comments written yet.

Please login to write comment.