Color Hex Logo

#febcde Color Hex

#FEBCDE
(254,188,222)
0 Favorites   0 Comments

Color spaces of #febcde

RGB 254188222
HSL0.910.970.87
HSV329°26°100°
CMYK 0.000.260.13   0.00
XYZ72.041162.311277.3375
Yxy62.31120.34030.2944
Hunter Lab78.937424.7649-2.8321
CIE-Lab83.078628.8170-7.6207

#febcde color RGB value is (254,188,222).

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

The process color (four color CMYK) of #febcde color hex is 0.00, 0.26, 0.13, 0.00. Web safe color of #febcde is #ffcccc. Color #febcde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 11011110
Octal 376 274 336
Decimal 254 188 222
Hex FE BC DE

RGB Percentages of Color #febcde

%38.25
%28.31
%33.43

CMYK Percentages of Color #febcde

%0
%26
%13
%0

Triadic Colors of #febcde

#febcde #defebc #bcdefe

Analogous Colors of #febcde

#febcde #febcbd #fdbcfe

Monochromatic Colors of #febcde

#febcde

Complementary Color

#febcde #bcfedc

#febcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcde Color CSS Codes

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

#febcde Text Font Color

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

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


#febcde Background Color

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

This div background color is #febcde


#febcde Border Color

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

This div border color is #febcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcde


Comments

No comments written yet.

Please login to write comment.