Color Hex Logo

#fedfc6 Color Hex

#FEDFC6
(254,223,198)
0 Favorites   0 Comments

Color spaces of #fedfc6

RGB 254223198
HSL0.070.970.89
HSV27°22°100°
CMYK 0.000.120.22   0.00
XYZ77.453877.923464.3845
Yxy77.92340.35240.3546
Hunter Lab88.27422.140018.5477
CIE-Lab90.74496.915316.1740

#fedfc6 color RGB value is (254,223,198).

#fedfc6 hex color red value is 254, green value is 223 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #fedfc6 hue: 0.07 , saturation: 0.97 and the lightness value of fedfc6 is 0.89.

The process color (four color CMYK) of #fedfc6 color hex is 0.00, 0.12, 0.22, 0.00. Web safe color of #fedfc6 is #ffcccc. Color #fedfc6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11000110
Octal 376 337 306
Decimal 254 223 198
Hex FE DF C6

RGB Percentages of Color #fedfc6

%37.63
%33.04
%29.33

CMYK Percentages of Color #fedfc6

%0
%12
%22
%0

Triadic Colors of #fedfc6

#fedfc6 #c6fedf #dfc6fe

Analogous Colors of #fedfc6

#fedfc6 #fefbc6 #fec6c9

Monochromatic Colors of #fedfc6

#fedfc6

Complementary Color

#fedfc6 #c6e5fe

#fedfc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfc6 Color CSS Codes

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

#fedfc6 Text Font Color

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

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


#fedfc6 Background Color

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

This div background color is #fedfc6


#fedfc6 Border Color

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

This div border color is #fedfc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfc6

Related Colors

#fedfc6 Color Palettes


Comments

No comments written yet.

Please login to write comment.