Color Hex Logo

#fedfc2 Color Hex

#FEDFC2
(254,223,194)
0 Favorites   0 Comments

Color spaces of #fedfc2

RGB 254223194
HSL0.080.970.88
HSV29°24°100°
CMYK 0.000.120.24   0.00
XYZ76.998377.741261.9862
Yxy77.74120.35530.3587
Hunter Lab88.17101.582020.0375
CIE-Lab90.66176.356918.1413

#fedfc2 color RGB value is (254,223,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11000010
Octal 376 337 302
Decimal 254 223 194
Hex FE DF C2

RGB Percentages of Color #fedfc2

%37.85
%33.23
%28.91

CMYK Percentages of Color #fedfc2

%0
%12
%24
%0

Triadic Colors of #fedfc2

#fedfc2 #c2fedf #dfc2fe

Analogous Colors of #fedfc2

#fedfc2 #fefdc2 #fec2c3

Monochromatic Colors of #fedfc2

#fedfc2

Complementary Color

#fedfc2 #c2e1fe

#fedfc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfc2 Color CSS Codes

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

#fedfc2 Text Font Color

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

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


#fedfc2 Background Color

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

This div background color is #fedfc2


#fedfc2 Border Color

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

This div border color is #fedfc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfc2

#fedfc2 Color Palettes


Comments

No comments written yet.

Please login to write comment.