Color Hex Logo

#fecdc6 Color Hex

#FECDC6
(254,205,198)
0 Favorites   0 Comments

Color spaces of #fecdc6

RGB 254205198
HSL0.020.970.89
HSV22°100°
CMYK 0.000.190.22   0.00
XYZ72.897468.810762.8658
Yxy68.81070.35630.3364
Hunter Lab82.952211.697313.1333
CIE-Lab86.410216.255910.0308

#fecdc6 color RGB value is (254,205,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 11000110
Octal 376 315 306
Decimal 254 205 198
Hex FE CD C6

RGB Percentages of Color #fecdc6

%38.66
%31.20
%30.14

CMYK Percentages of Color #fecdc6

%0
%19
%22
%0

Triadic Colors of #fecdc6

#fecdc6 #c6fecd #cdc6fe

Analogous Colors of #fecdc6

#fecdc6 #fee9c6 #fec6db

Monochromatic Colors of #fecdc6

#fecdc6

Complementary Color

#fecdc6 #c6f7fe

#fecdc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecdc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecdc6 Color CSS Codes

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

#fecdc6 Text Font Color

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

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


#fecdc6 Background Color

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

This div background color is #fecdc6


#fecdc6 Border Color

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

This div border color is #fecdc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecdc6


Comments

No comments written yet.

Please login to write comment.