Color Hex Logo

#fedebe Color Hex

#FEDEBE
(254,222,190)
0 Favorites   0 Comments

Color spaces of #fedebe

RGB 254222190
HSL0.080.970.87
HSV30°25°100°
CMYK 0.000.130.25   0.00
XYZ76.288677.031159.5628
Yxy77.03110.35840.3618
Hunter Lab87.76741.561821.2003
CIE-Lab90.33596.324519.7686

#fedebe color RGB value is (254,222,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 10111110
Octal 376 336 276
Decimal 254 222 190
Hex FE DE BE

RGB Percentages of Color #fedebe

%38.14
%33.33
%28.53

CMYK Percentages of Color #fedebe

%0
%13
%25
%0

Triadic Colors of #fedebe

#fedebe #befede #debefe

Analogous Colors of #fedebe

#fedebe #fefebe #febebe

Monochromatic Colors of #fedebe

#fedebe

Complementary Color

#fedebe #bedefe

#fedebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedebe Color CSS Codes

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

#fedebe Text Font Color

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

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


#fedebe Background Color

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

This div background color is #fedebe


#fedebe Border Color

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

This div border color is #fedebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedebe

Related Colors

#fedebe Color Palettes


Comments

No comments written yet.

Please login to write comment.