Color Hex Logo

#fc8ebc Color Hex

#FC8EBC
(252,142,188)
0 Favorites   0 Comments

Color spaces of #fc8ebc

RGB 252142188
HSL0.930.950.77
HSV335°44°99°
CMYK 0.000.440.25   0.01
XYZ58.895043.672352.9024
Yxy43.67230.37880.2809
Hunter Lab66.085043.4305-1.2033
CIE-Lab72.008946.9198-5.4904

#fc8ebc color RGB value is (252,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001110 10111100
Octal 374 216 274
Decimal 252 142 188
Hex FC 8E BC

RGB Percentages of Color #fc8ebc

%43.30
%24.40
%32.30

CMYK Percentages of Color #fc8ebc

%0
%44
%25
%1

Triadic Colors of #fc8ebc

#fc8ebc #bcfc8e #8ebcfc

Analogous Colors of #fc8ebc

#fc8ebc #fc978e #fc8ef3

Monochromatic Colors of #fc8ebc

#fc8ebc

Complementary Color

#fc8ebc #8efcce

#fc8ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8ebc Color CSS Codes

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

#fc8ebc Text Font Color

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

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


#fc8ebc Background Color

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

This div background color is #fc8ebc


#fc8ebc Border Color

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

This div border color is #fc8ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8ebc

Related Colors


Comments

No comments written yet.

Please login to write comment.