Color Hex Logo

#fc8eee Color Hex

#FC8EEE
(252,142,238)
0 Favorites   0 Comments

Color spaces of #fc8eee

RGB 252142238
HSL0.850.950.77
HSV308°44°99°
CMYK 0.000.440.06   0.01
XYZ65.250546.214586.3701
Yxy46.21450.32980.2336
Hunter Lab67.981252.3626-27.7410
CIE-Lab73.684554.5100-30.5105

#fc8eee color RGB value is (252,142,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001110 11101110
Octal 374 216 356
Decimal 252 142 238
Hex FC 8E EE

RGB Percentages of Color #fc8eee

%39.87
%22.47
%37.66

CMYK Percentages of Color #fc8eee

%0
%44
%6
%1

Triadic Colors of #fc8eee

#fc8eee #eefc8e #8eeefc

Analogous Colors of #fc8eee

#fc8eee #fc8eb7 #d38efc

Monochromatic Colors of #fc8eee

#fc8eee

Complementary Color

#fc8eee #8efc9c

#fc8eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8eee Color CSS Codes

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

#fc8eee Text Font Color

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

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


#fc8eee Background Color

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

This div background color is #fc8eee


#fc8eee Border Color

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

This div border color is #fc8eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8eee


Comments

No comments written yet.

Please login to write comment.