Color Hex Logo

#fc5cce Color Hex

#FC5CCE
(252,92,206)
0 Favorites   0 Comments

Color spaces of #fc5cce

RGB 25292206
HSL0.880.960.67
HSV317°63°99°
CMYK 0.000.630.18   0.01
XYZ55.112632.806061.8199
Yxy32.80600.36810.2191
Hunter Lab57.276571.5223-23.8995
CIE-Lab64.003572.0978-27.6727

#fc5cce color RGB value is (252,92,206).

#fc5cce hex color red value is 252, green value is 92 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fc5cce hue: 0.88 , saturation: 0.96 and the lightness value of fc5cce is 0.67.

The process color (four color CMYK) of #fc5cce color hex is 0.00, 0.63, 0.18, 0.01. Web safe color of #fc5cce is #ff66cc. Color #fc5cce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011100 11001110
Octal 374 134 316
Decimal 252 92 206
Hex FC 5C CE

RGB Percentages of Color #fc5cce

%45.82
%16.73
%37.45

CMYK Percentages of Color #fc5cce

%0
%63
%18
%1

Triadic Colors of #fc5cce

#fc5cce #cefc5c #5ccefc

Analogous Colors of #fc5cce

#fc5cce #fc5c7e #da5cfc

Monochromatic Colors of #fc5cce

#fc5cce

Complementary Color

#fc5cce #5cfc8a

#fc5cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5cce Color CSS Codes

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

#fc5cce Text Font Color

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

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


#fc5cce Background Color

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

This div background color is #fc5cce


#fc5cce Border Color

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

This div border color is #fc5cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5cce


Comments

No comments written yet.

Please login to write comment.