Color Hex Logo

#fedcf7 Color Hex

#FEDCF7
(254,220,247)
0 Favorites   0 Comments

Color spaces of #fedcf7

RGB 254220247
HSL0.870.940.93
HSV312°13°100°
CMYK 0.000.130.03   0.00
XYZ83.254878.972698.8509
Yxy78.97260.31890.3025
Hunter Lab88.866511.7117-3.7448
CIE-Lab91.221916.2394-8.7933

#fedcf7 color RGB value is (254,220,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 11110111
Octal 376 334 367
Decimal 254 220 247
Hex FE DC F7

RGB Percentages of Color #fedcf7

%35.23
%30.51
%34.26

CMYK Percentages of Color #fedcf7

%0
%13
%3
%0

Triadic Colors of #fedcf7

#fedcf7 #f7fedc #dcf7fe

Analogous Colors of #fedcf7

#fedcf7 #fedce6 #f4dcfe

Monochromatic Colors of #fedcf7

#fedcf7

Complementary Color

#fedcf7 #dcfee3

#fedcf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedcf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedcf7 Color CSS Codes

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

#fedcf7 Text Font Color

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

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


#fedcf7 Background Color

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

This div background color is #fedcf7


#fedcf7 Border Color

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

This div border color is #fedcf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedcf7

Related Colors


Comments

No comments written yet.

Please login to write comment.