Color Hex Logo

#fed5da Color Hex

#FED5DA
(254,213,218)
0 Favorites   0 Comments

Color spaces of #fed5da

RGB 254213218
HSL0.980.950.92
HSV353°16°100°
CMYK 0.000.160.14   0.00
XYZ77.322273.721376.4840
Yxy73.72130.33980.3240
Hunter Lab85.861110.49127.2880
CIE-Lab88.790615.07462.8864

#fed5da color RGB value is (254,213,218).

#fed5da hex color red value is 254, green value is 213 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fed5da hue: 0.98 , saturation: 0.95 and the lightness value of fed5da is 0.92.

The process color (four color CMYK) of #fed5da color hex is 0.00, 0.16, 0.14, 0.00. Web safe color of #fed5da is #ffcccc. Color #fed5da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 11011010
Octal 376 325 332
Decimal 254 213 218
Hex FE D5 DA

RGB Percentages of Color #fed5da

%37.08
%31.09
%31.82

CMYK Percentages of Color #fed5da

%0
%16
%14
%0

Triadic Colors of #fed5da

#fed5da #dafed5 #d5dafe

Analogous Colors of #fed5da

#fed5da #fee5d5 #fed5ef

Monochromatic Colors of #fed5da

#fed5da

Complementary Color

#fed5da #d5fef9

#fed5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed5da Color CSS Codes

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

#fed5da Text Font Color

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

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


#fed5da Background Color

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

This div background color is #fed5da


#fed5da Border Color

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

This div border color is #fed5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed5da

Related Colors


Comments

No comments written yet.

Please login to write comment.