Color Hex Logo

#febedf Color Hex

#FEBEDF
(254,190,223)
0 Favorites   0 Comments

Color spaces of #febedf

RGB 254190223
HSL0.910.970.87
HSV329°25°100°
CMYK 0.000.250.12   0.00
XYZ72.605863.225578.1890
Yxy63.22550.33920.2954
Hunter Lab79.514523.8406-2.6415
CIE-Lab83.560927.9264-7.4418

#febedf color RGB value is (254,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 11011111
Octal 376 276 337
Decimal 254 190 223
Hex FE BE DF

RGB Percentages of Color #febedf

%38.08
%28.49
%33.43

CMYK Percentages of Color #febedf

%0
%25
%12
%0

Triadic Colors of #febedf

#febedf #dffebe #bedffe

Analogous Colors of #febedf

#febedf #febebf #fdbefe

Monochromatic Colors of #febedf

#febedf

Complementary Color

#febedf #befedd

#febedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#febedf Color CSS Codes

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

#febedf Text Font Color

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

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


#febedf Background Color

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

This div background color is #febedf


#febedf Border Color

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

This div border color is #febedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febedf

Related Colors


Comments

No comments written yet.

Please login to write comment.