Color Hex Logo

#fedfc1 Color Hex

#FEDFC1
(254,223,193)
0 Favorites   0 Comments

Color spaces of #fedfc1

RGB 254223193
HSL0.080.970.88
HSV30°24°100°
CMYK 0.000.120.24   0.00
XYZ76.886477.696461.3966
Yxy77.69640.35600.3597
Hunter Lab88.14561.444820.4042
CIE-Lab90.64126.219318.6332

#fedfc1 color RGB value is (254,223,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11000001
Octal 376 337 301
Decimal 254 223 193
Hex FE DF C1

RGB Percentages of Color #fedfc1

%37.91
%33.28
%28.81

CMYK Percentages of Color #fedfc1

%0
%12
%24
%0

Triadic Colors of #fedfc1

#fedfc1 #c1fedf #dfc1fe

Analogous Colors of #fedfc1

#fedfc1 #fefec1 #fec1c2

Monochromatic Colors of #fedfc1

#fedfc1

Complementary Color

#fedfc1 #c1e0fe

#fedfc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfc1 Color CSS Codes

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

#fedfc1 Text Font Color

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

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


#fedfc1 Background Color

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

This div background color is #fedfc1


#fedfc1 Border Color

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

This div border color is #fedfc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfc1


Comments

No comments written yet.

Please login to write comment.