Color Hex Logo

#fec8cf Color Hex

#FEC8CF
(254,200,207)
0 Favorites   0 Comments

Color spaces of #fec8cf

RGB 254200207
HSL0.980.960.89
HSV352°21°100°
CMYK 0.000.210.19   0.00
XYZ72.789866.884468.1050
Yxy66.88440.35030.3219
Hunter Lab81.782915.75167.8741
CIE-Lab85.445520.18873.8640

#fec8cf color RGB value is (254,200,207).

#fec8cf hex color red value is 254, green value is 200 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fec8cf hue: 0.98 , saturation: 0.96 and the lightness value of fec8cf is 0.89.

The process color (four color CMYK) of #fec8cf color hex is 0.00, 0.21, 0.19, 0.00. Web safe color of #fec8cf is #ffcccc. Color #fec8cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 11001111
Octal 376 310 317
Decimal 254 200 207
Hex FE C8 CF

RGB Percentages of Color #fec8cf

%38.43
%30.26
%31.32

CMYK Percentages of Color #fec8cf

%0
%21
%19
%0

Triadic Colors of #fec8cf

#fec8cf #cffec8 #c8cffe

Analogous Colors of #fec8cf

#fec8cf #fedcc8 #fec8ea

Monochromatic Colors of #fec8cf

#fec8cf

Complementary Color

#fec8cf #c8fef7

#fec8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec8cf Color CSS Codes

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

#fec8cf Text Font Color

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

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


#fec8cf Background Color

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

This div background color is #fec8cf


#fec8cf Border Color

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

This div border color is #fec8cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,200,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fec8cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fec8cf;
  -webkit-box-shadow: 1px 1px 3px 2px #fec8cf;
  box-shadow:         1px 1px 3px 2px #fec8cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,200,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec8cf

Related Colors


Comments

No comments written yet.

Please login to write comment.