Color Hex Logo

#fc7ece Color Hex

#FC7ECE
(252,126,206)
0 Favorites   0 Comments

Color spaces of #fc7ece

RGB 252126206
HSL0.890.950.74
HSV322°50°99°
CMYK 0.000.500.18   0.01
XYZ58.746340.073463.0312
Yxy40.07340.36300.2476
Hunter Lab63.303654.8685-14.7224
CIE-Lab69.521857.2812-19.2331

#fc7ece color RGB value is (252,126,206).

#fc7ece hex color red value is 252, green value is 126 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fc7ece hue: 0.89 , saturation: 0.95 and the lightness value of fc7ece is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111110 11001110
Octal 374 176 316
Decimal 252 126 206
Hex FC 7E CE

RGB Percentages of Color #fc7ece

%43.15
%21.58
%35.27

CMYK Percentages of Color #fc7ece

%0
%50
%18
%1

Triadic Colors of #fc7ece

#fc7ece #cefc7e #7ecefc

Analogous Colors of #fc7ece

#fc7ece #fc7e8f #eb7efc

Monochromatic Colors of #fc7ece

#fc7ece

Complementary Color

#fc7ece #7efcac

#fc7ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7ece Color CSS Codes

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

#fc7ece Text Font Color

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

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


#fc7ece Background Color

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

This div background color is #fc7ece


#fc7ece Border Color

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

This div border color is #fc7ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7ece


Comments

No comments written yet.

Please login to write comment.