Color Hex Logo

#fedbbe Color Hex

#FEDBBE
(254,219,190)
0 Favorites   0 Comments

Color spaces of #fedbbe

RGB 254219190
HSL0.080.970.87
HSV27°25°100°
CMYK 0.000.140.25   0.00
XYZ75.498875.451659.2996
Yxy75.45160.35910.3589
Hunter Lab86.86293.137220.3279
CIE-Lab89.60417.869818.7481

#fedbbe color RGB value is (254,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 10111110
Octal 376 333 276
Decimal 254 219 190
Hex FE DB BE

RGB Percentages of Color #fedbbe

%38.31
%33.03
%28.66

CMYK Percentages of Color #fedbbe

%0
%14
%25
%0

Triadic Colors of #fedbbe

#fedbbe #befedb #dbbefe

Analogous Colors of #fedbbe

#fedbbe #fefbbe #febec1

Monochromatic Colors of #fedbbe

#fedbbe

Complementary Color

#fedbbe #bee1fe

#fedbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbbe Color CSS Codes

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

#fedbbe Text Font Color

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

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


#fedbbe Background Color

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

This div background color is #fedbbe


#fedbbe Border Color

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

This div border color is #fedbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbbe

Related Colors


Comments

No comments written yet.

Please login to write comment.