Color Hex Logo

#fc1ead Color Hex

#FC1EAD
(252,30,173)
0 Favorites   0 Comments

Color spaces of #fc1ead

RGB 25230173
HSL0.890.970.55
HSV321°88°99°
CMYK 0.000.880.31   0.01
XYZ48.152024.641141.7535
Yxy24.64110.42040.2151
Hunter Lab49.639886.2803-15.1227
CIE-Lab56.724085.1264-19.9166

#fc1ead color RGB value is (252,30,173).

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

The process color (four color CMYK) of #fc1ead color hex is 0.00, 0.88, 0.31, 0.01. Web safe color of #fc1ead is #ff3399. Color #fc1ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011110 10101101
Octal 374 36 255
Decimal 252 30 173
Hex FC 1E AD

RGB Percentages of Color #fc1ead

%55.38
%6.59
%38.02

CMYK Percentages of Color #fc1ead

%0
%88
%31
%1

Triadic Colors of #fc1ead

#fc1ead #adfc1e #1eadfc

Analogous Colors of #fc1ead

#fc1ead #fc1e3e #dc1efc

Monochromatic Colors of #fc1ead

#fc1ead

Complementary Color

#fc1ead #1efc6d

#fc1ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1ead Color CSS Codes

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

#fc1ead Text Font Color

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

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


#fc1ead Background Color

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

This div background color is #fc1ead


#fc1ead Border Color

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

This div border color is #fc1ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1ead


Comments

No comments written yet.

Please login to write comment.