Color Hex Logo

#fedadf Color Hex

#FEDADF
(254,218,223)
0 Favorites   0 Comments

Color spaces of #fedadf

RGB 254218223
HSL0.980.950.93
HSV352°14°100°
CMYK 0.000.140.12   0.00
XYZ79.263776.541480.4083
Yxy76.54140.33560.3240
Hunter Lab87.48798.61636.7494
CIE-Lab90.110113.26142.1713

#fedadf color RGB value is (254,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 11011111
Octal 376 332 337
Decimal 254 218 223
Hex FE DA DF

RGB Percentages of Color #fedadf

%36.55
%31.37
%32.09

CMYK Percentages of Color #fedadf

%0
%14
%12
%0

Triadic Colors of #fedadf

#fedadf #dffeda #dadffe

Analogous Colors of #fedadf

#fedadf #fee7da #fedaf1

Monochromatic Colors of #fedadf

#fedadf

Complementary Color

#fedadf #dafef9

#fedadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedadf Color CSS Codes

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

#fedadf Text Font Color

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

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


#fedadf Background Color

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

This div background color is #fedadf


#fedadf Border Color

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

This div border color is #fedadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedadf


Comments

No comments written yet.

Please login to write comment.