Color Hex Logo

#fc8edd Color Hex

#FC8EDD
(252,142,221)
0 Favorites   0 Comments

Color spaces of #fc8edd

RGB 252142221
HSL0.880.950.77
HSV317°44°99°
CMYK 0.000.440.12   0.01
XYZ62.869045.261973.8295
Yxy45.26190.34550.2487
Hunter Lab67.277049.0700-17.9708
CIE-Lab73.064051.7517-22.1474

#fc8edd color RGB value is (252,142,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001110 11011101
Octal 374 216 335
Decimal 252 142 221
Hex FC 8E DD

RGB Percentages of Color #fc8edd

%40.98
%23.09
%35.93

CMYK Percentages of Color #fc8edd

%0
%44
%12
%1

Triadic Colors of #fc8edd

#fc8edd #ddfc8e #8eddfc

Analogous Colors of #fc8edd

#fc8edd #fc8ea6 #e48efc

Monochromatic Colors of #fc8edd

#fc8edd

Complementary Color

#fc8edd #8efcad

#fc8edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8edd Color CSS Codes

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

#fc8edd Text Font Color

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

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


#fc8edd Background Color

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

This div background color is #fc8edd


#fc8edd Border Color

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

This div border color is #fc8edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8edd

Related Colors


Comments

No comments written yet.

Please login to write comment.