Color Hex Logo

#fec6db Color Hex

#FEC6DB
(254,198,219)
1 Favorites   0 Comments

Color spaces of #fec6db

RGB 254198219
HSL0.940.970.89
HSV338°22°100°
CMYK 0.000.220.14   0.00
XYZ73.853366.573575.9753
Yxy66.57350.34130.3076
Hunter Lab81.592618.78181.9067
CIE-Lab85.288123.0844-2.7574

#fec6db color RGB value is (254,198,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 11011011
Octal 376 306 333
Decimal 254 198 219
Hex FE C6 DB

RGB Percentages of Color #fec6db

%37.85
%29.51
%32.64

CMYK Percentages of Color #fec6db

%0
%22
%14
%0

Triadic Colors of #fec6db

#fec6db #dbfec6 #c6dbfe

Analogous Colors of #fec6db

#fec6db #fecdc6 #fec6f7

Monochromatic Colors of #fec6db

#fec6db

Complementary Color

#fec6db #c6fee9

#fec6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec6db Color CSS Codes

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

#fec6db Text Font Color

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

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


#fec6db Background Color

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

This div background color is #fec6db


#fec6db Border Color

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

This div border color is #fec6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec6db


Comments

No comments written yet.

Please login to write comment.