Color Hex Logo

#fedcf9 Color Hex

#FEDCF9
(254,220,249)
0 Favorites   0 Comments

Color spaces of #fedcf9

RGB 254220249
HSL0.860.940.93
HSV309°13°100°
CMYK 0.000.130.02   0.00
XYZ83.565179.0968100.4854
Yxy79.09680.31760.3006
Hunter Lab88.936412.0809-4.7338
CIE-Lab91.278116.5908-9.7580

#fedcf9 color RGB value is (254,220,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 11111001
Octal 376 334 371
Decimal 254 220 249
Hex FE DC F9

RGB Percentages of Color #fedcf9

%35.13
%30.43
%34.44

CMYK Percentages of Color #fedcf9

%0
%13
%2
%0

Triadic Colors of #fedcf9

#fedcf9 #f9fedc #dcf9fe

Analogous Colors of #fedcf9

#fedcf9 #fedce8 #f2dcfe

Monochromatic Colors of #fedcf9

#fedcf9

Complementary Color

#fedcf9 #dcfee1

#fedcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedcf9 Color CSS Codes

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

#fedcf9 Text Font Color

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

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


#fedcf9 Background Color

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

This div background color is #fedcf9


#fedcf9 Border Color

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

This div border color is #fedcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedcf9


Comments

No comments written yet.

Please login to write comment.