Color Hex Logo

#feb8de Color Hex

#FEB8DE
(254,184,222)
0 Favorites   0 Comments

Color spaces of #feb8de

RGB 254184222
HSL0.910.970.86
HSV327°28°100°
CMYK 0.000.280.13   0.00
XYZ71.198460.625777.0566
Yxy60.62570.34090.2902
Hunter Lab77.862526.9631-4.1726
CIE-Lab82.177130.9184-8.9588

#feb8de color RGB value is (254,184,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 11011110
Octal 376 270 336
Decimal 254 184 222
Hex FE B8 DE

RGB Percentages of Color #feb8de

%38.48
%27.88
%33.64

CMYK Percentages of Color #feb8de

%0
%28
%13
%0

Triadic Colors of #feb8de

#feb8de #defeb8 #b8defe

Analogous Colors of #feb8de

#feb8de #feb8bb #fbb8fe

Monochromatic Colors of #feb8de

#feb8de

Complementary Color

#feb8de #b8fed8

#feb8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb8de Color CSS Codes

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

#feb8de Text Font Color

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

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


#feb8de Background Color

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

This div background color is #feb8de


#feb8de Border Color

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

This div border color is #feb8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb8de

Related Colors


Comments

No comments written yet.

Please login to write comment.