Color Hex Logo

#fec3db Color Hex

#FEC3DB
(254,195,219)
0 Favorites   0 Comments

Color spaces of #fec3db

RGB 254195219
HSL0.930.970.88
HSV336°23°100°
CMYK 0.000.230.14   0.00
XYZ73.174365.215575.7490
Yxy65.21550.34170.3045
Hunter Lab80.756120.41830.9154
CIE-Lab84.594724.6603-3.7767

#fec3db color RGB value is (254,195,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 11011011
Octal 376 303 333
Decimal 254 195 219
Hex FE C3 DB

RGB Percentages of Color #fec3db

%38.02
%29.19
%32.78

CMYK Percentages of Color #fec3db

%0
%23
%14
%0

Triadic Colors of #fec3db

#fec3db #dbfec3 #c3dbfe

Analogous Colors of #fec3db

#fec3db #fec9c3 #fec3f9

Monochromatic Colors of #fec3db

#fec3db

Complementary Color

#fec3db #c3fee6

#fec3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec3db Color CSS Codes

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

#fec3db Text Font Color

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

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


#fec3db Background Color

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

This div background color is #fec3db


#fec3db Border Color

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

This div border color is #fec3db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,195,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 #fec3db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec3db


Comments

No comments written yet.

Please login to write comment.