Color Hex Logo

#fec6ca Color Hex

#FEC6CA
(254,198,202)
0 Favorites   0 Comments

Color spaces of #fec6ca

RGB 254198202
HSL0.990.970.89
HSV356°22°100°
CMYK 0.000.220.20   0.00
XYZ71.727865.723364.7825
Yxy65.72330.35470.3250
Hunter Lab81.069916.05829.3706
CIE-Lab84.855120.49815.6739

#fec6ca color RGB value is (254,198,202).

#fec6ca hex color red value is 254, green value is 198 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fec6ca hue: 0.99 , saturation: 0.97 and the lightness value of fec6ca is 0.89.

The process color (four color CMYK) of #fec6ca color hex is 0.00, 0.22, 0.20, 0.00. Web safe color of #fec6ca is #ffcccc. Color #fec6ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 11001010
Octal 376 306 312
Decimal 254 198 202
Hex FE C6 CA

RGB Percentages of Color #fec6ca

%38.84
%30.28
%30.89

CMYK Percentages of Color #fec6ca

%0
%22
%20
%0

Triadic Colors of #fec6ca

#fec6ca #cafec6 #c6cafe

Analogous Colors of #fec6ca

#fec6ca #fedec6 #fec6e6

Monochromatic Colors of #fec6ca

#fec6ca

Complementary Color

#fec6ca #c6fefa

#fec6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec6ca Color CSS Codes

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

#fec6ca Text Font Color

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

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


#fec6ca Background Color

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

This div background color is #fec6ca


#fec6ca Border Color

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

This div border color is #fec6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec6ca


Comments

No comments written yet.

Please login to write comment.