Color Hex Logo

#fec3de Color Hex

#FEC3DE
(254,195,222)
2 Favorites   0 Comments

Color spaces of #fec3de

RGB 254195222
HSL0.920.970.88
HSV333°23°100°
CMYK 0.000.230.13   0.00
XYZ73.573065.375077.8482
Yxy65.37500.33940.3016
Hunter Lab80.854820.9283-0.4869
CIE-Lab84.676625.1379-5.2575

#fec3de color RGB value is (254,195,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 11011110
Octal 376 303 336
Decimal 254 195 222
Hex FE C3 DE

RGB Percentages of Color #fec3de

%37.85
%29.06
%33.08

CMYK Percentages of Color #fec3de

%0
%23
%13
%0

Triadic Colors of #fec3de

#fec3de #defec3 #c3defe

Analogous Colors of #fec3de

#fec3de #fec6c3 #fec3fc

Monochromatic Colors of #fec3de

#fec3de

Complementary Color

#fec3de #c3fee3

#fec3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec3de Color CSS Codes

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

#fec3de Text Font Color

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

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


#fec3de Background Color

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

This div background color is #fec3de


#fec3de Border Color

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

This div border color is #fec3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec3de

Related Colors


Comments

No comments written yet.

Please login to write comment.