Color Hex Logo

#fedbdf Color Hex

#FEDBDF
(254,219,223)
0 Favorites   0 Comments

Color spaces of #fedbdf

RGB 254219223
HSL0.980.950.93
HSV353°14°100°
CMYK 0.000.140.12   0.00
XYZ79.523977.061680.4951
Yxy77.06160.33540.3250
Hunter Lab87.78478.07937.0828
CIE-Lab90.350012.74202.5198

#fedbdf color RGB value is (254,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 11011111
Octal 376 333 337
Decimal 254 219 223
Hex FE DB DF

RGB Percentages of Color #fedbdf

%36.49
%31.47
%32.04

CMYK Percentages of Color #fedbdf

%0
%14
%12
%0

Triadic Colors of #fedbdf

#fedbdf #dffedb #dbdffe

Analogous Colors of #fedbdf

#fedbdf #fee9db #fedbf1

Monochromatic Colors of #fedbdf

#fedbdf

Complementary Color

#fedbdf #dbfefa

#fedbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbdf Color CSS Codes

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

#fedbdf Text Font Color

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

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


#fedbdf Background Color

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

This div background color is #fedbdf


#fedbdf Border Color

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

This div border color is #fedbdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,219,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 #fedbdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbdf

Related Colors


Comments

No comments written yet.

Please login to write comment.