Color Hex Logo

#feb0ed Color Hex

#FEB0ED
(254,176,237)
0 Favorites   0 Comments

Color spaces of #feb0ed

RGB 254176237
HSL0.870.980.84
HSV313°31°100°
CMYK 0.000.310.07   0.00
XYZ71.684458.235987.5832
Yxy58.23590.32960.2677
Hunter Lab76.312434.1279-14.6280
CIE-Lab80.869837.5844-18.9849

#feb0ed color RGB value is (254,176,237).

#feb0ed hex color red value is 254, green value is 176 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #feb0ed hue: 0.87 , saturation: 0.98 and the lightness value of feb0ed is 0.84.

The process color (four color CMYK) of #feb0ed color hex is 0.00, 0.31, 0.07, 0.00. Web safe color of #feb0ed is #ff99ff. Color #feb0ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 11101101
Octal 376 260 355
Decimal 254 176 237
Hex FE B0 ED

RGB Percentages of Color #feb0ed

%38.08
%26.39
%35.53

CMYK Percentages of Color #feb0ed

%0
%31
%7
%0

Triadic Colors of #feb0ed

#feb0ed #edfeb0 #b0edfe

Analogous Colors of #feb0ed

#feb0ed #feb0c6 #e8b0fe

Monochromatic Colors of #feb0ed

#feb0ed

Complementary Color

#feb0ed #b0fec1

#feb0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb0ed Color CSS Codes

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

#feb0ed Text Font Color

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

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


#feb0ed Background Color

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

This div background color is #feb0ed


#feb0ed Border Color

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

This div border color is #feb0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb0ed

Related Colors


Comments

No comments written yet.

Please login to write comment.