Color Hex Logo

#fc3fde Color Hex

#FC3FDE
(252,63,222)
0 Favorites   0 Comments

Color spaces of #fc3fde

RGB 25263222
HSL0.860.970.62
HSV310°75°99°
CMYK 0.000.750.12   0.01
XYZ55.107229.524471.9015
Yxy29.52440.35200.1886
Hunter Lab54.336485.9437-40.4210
CIE-Lab61.241783.9887-40.9877

#fc3fde color RGB value is (252,63,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111111 11011110
Octal 374 77 336
Decimal 252 63 222
Hex FC 3F DE

RGB Percentages of Color #fc3fde

%46.93
%11.73
%41.34

CMYK Percentages of Color #fc3fde

%0
%75
%12
%1

Triadic Colors of #fc3fde

#fc3fde #defc3f #3fdefc

Analogous Colors of #fc3fde

#fc3fde #fc3f80 #bc3ffc

Monochromatic Colors of #fc3fde

#fc3fde

Complementary Color

#fc3fde #3ffc5d

#fc3fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3fde Color CSS Codes

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

#fc3fde Text Font Color

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

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


#fc3fde Background Color

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

This div background color is #fc3fde


#fc3fde Border Color

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

This div border color is #fc3fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3fde


Comments

No comments written yet.

Please login to write comment.