Color Hex Logo

#fc8ece Color Hex

#FC8ECE
(252,142,206)
0 Favorites   0 Comments

Color spaces of #fc8ece

RGB 252142206
HSL0.900.950.77
HSV325°44°99°
CMYK 0.000.440.18   0.01
XYZ60.958544.497763.7686
Yxy44.49770.36020.2630
Hunter Lab66.706646.3821-9.9840
CIE-Lab72.559949.4662-14.6425

#fc8ece color RGB value is (252,142,206).

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

The process color (four color CMYK) of #fc8ece color hex is 0.00, 0.44, 0.18, 0.01. Web safe color of #fc8ece is #ff99cc. Color #fc8ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001110 11001110
Octal 374 216 316
Decimal 252 142 206
Hex FC 8E CE

RGB Percentages of Color #fc8ece

%42.00
%23.67
%34.33

CMYK Percentages of Color #fc8ece

%0
%44
%18
%1

Triadic Colors of #fc8ece

#fc8ece #cefc8e #8ecefc

Analogous Colors of #fc8ece

#fc8ece #fc8e97 #f38efc

Monochromatic Colors of #fc8ece

#fc8ece

Complementary Color

#fc8ece #8efcbc

#fc8ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8ece Color CSS Codes

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

#fc8ece Text Font Color

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

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


#fc8ece Background Color

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

This div background color is #fc8ece


#fc8ece Border Color

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

This div border color is #fc8ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8ece


Comments

No comments written yet.

Please login to write comment.