Color Hex Logo

#fedcf3 Color Hex

#FEDCF3
(254,220,243)
1 Favorites   0 Comments

Color spaces of #fedcf3

RGB 254220243
HSL0.890.940.93
HSV319°13°100°
CMYK 0.000.130.04   0.00
XYZ82.643978.728395.6343
Yxy78.72830.32160.3063
Hunter Lab88.729010.9827-1.7940
CIE-Lab91.111215.5434-6.8604

#fedcf3 color RGB value is (254,220,243).

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

The process color (four color CMYK) of #fedcf3 color hex is 0.00, 0.13, 0.04, 0.00. Web safe color of #fedcf3 is #ffccff. Color #fedcf3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 11110011
Octal 376 334 363
Decimal 254 220 243
Hex FE DC F3

RGB Percentages of Color #fedcf3

%35.43
%30.68
%33.89

CMYK Percentages of Color #fedcf3

%0
%13
%4
%0

Triadic Colors of #fedcf3

#fedcf3 #f3fedc #dcf3fe

Analogous Colors of #fedcf3

#fedcf3 #fedce2 #f8dcfe

Monochromatic Colors of #fedcf3

#fedcf3

Complementary Color

#fedcf3 #dcfee7

#fedcf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedcf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedcf3 Color CSS Codes

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

#fedcf3 Text Font Color

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

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


#fedcf3 Background Color

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

This div background color is #fedcf3


#fedcf3 Border Color

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

This div border color is #fedcf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedcf3


Comments

No comments written yet.

Please login to write comment.