Color Hex Logo

#fedfd0 Color Hex

#FEDFD0
(254,223,208)
0 Favorites   0 Comments

Color spaces of #fedfd0

RGB 254223208
HSL0.050.960.91
HSV20°18°100°
CMYK 0.000.120.18   0.00
XYZ78.645978.400270.6622
Yxy78.40020.34540.3443
Hunter Lab88.54393.594414.6645
CIE-Lab90.96228.362611.2610

#fedfd0 color RGB value is (254,223,208).

#fedfd0 hex color red value is 254, green value is 223 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #fedfd0 hue: 0.05 , saturation: 0.96 and the lightness value of fedfd0 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 11010000
Octal 376 337 320
Decimal 254 223 208
Hex FE DF D0

RGB Percentages of Color #fedfd0

%37.08
%32.55
%30.36

CMYK Percentages of Color #fedfd0

%0
%12
%18
%0

Triadic Colors of #fedfd0

#fedfd0 #d0fedf #dfd0fe

Analogous Colors of #fedfd0

#fedfd0 #fef6d0 #fed0d8

Monochromatic Colors of #fedfd0

#fedfd0

Complementary Color

#fedfd0 #d0effe

#fedfd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfd0 Color CSS Codes

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

#fedfd0 Text Font Color

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

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


#fedfd0 Background Color

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

This div background color is #fedfd0


#fedfd0 Border Color

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

This div border color is #fedfd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfd0


Comments

No comments written yet.

Please login to write comment.