Color Hex Logo

#fc8eed Color Hex

#FC8EED
(252,142,237)
0 Favorites   0 Comments

Color spaces of #fc8eed

RGB 252142237
HSL0.860.950.77
HSV308°44°99°
CMYK 0.000.440.06   0.01
XYZ65.103946.155985.5984
Yxy46.15590.33070.2345
Hunter Lab67.938152.1616-27.1455
CIE-Lab73.646654.3429-30.0228

#fc8eed color RGB value is (252,142,237).

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

The process color (four color CMYK) of #fc8eed color hex is 0.00, 0.44, 0.06, 0.01. Web safe color of #fc8eed is #ff99ff. Color #fc8eed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001110 11101101
Octal 374 216 355
Decimal 252 142 237
Hex FC 8E ED

RGB Percentages of Color #fc8eed

%39.94
%22.50
%37.56

CMYK Percentages of Color #fc8eed

%0
%44
%6
%1

Triadic Colors of #fc8eed

#fc8eed #edfc8e #8eedfc

Analogous Colors of #fc8eed

#fc8eed #fc8eb6 #d48efc

Monochromatic Colors of #fc8eed

#fc8eed

Complementary Color

#fc8eed #8efc9d

#fc8eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8eed Color CSS Codes

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

#fc8eed Text Font Color

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

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


#fc8eed Background Color

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

This div background color is #fc8eed


#fc8eed Border Color

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

This div border color is #fc8eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8eed


Comments

No comments written yet.

Please login to write comment.