Color Hex Logo

#feb0e7 Color Hex

#FEB0E7
(254,176,231)
0 Favorites   0 Comments

Color spaces of #feb0e7

RGB 254176231
HSL0.880.980.84
HSV318°31°100°
CMYK 0.000.310.09   0.00
XYZ70.822257.891083.0427
Yxy57.89100.33450.2734
Hunter Lab76.086132.9999-11.4506
CIE-Lab80.678236.5782-16.0438

#feb0e7 color RGB value is (254,176,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 11100111
Octal 376 260 347
Decimal 254 176 231
Hex FE B0 E7

RGB Percentages of Color #feb0e7

%38.43
%26.63
%34.95

CMYK Percentages of Color #feb0e7

%0
%31
%9
%0

Triadic Colors of #feb0e7

#feb0e7 #e7feb0 #b0e7fe

Analogous Colors of #feb0e7

#feb0e7 #feb0c0 #eeb0fe

Monochromatic Colors of #feb0e7

#feb0e7

Complementary Color

#feb0e7 #b0fec7

#feb0e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb0e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb0e7 Color CSS Codes

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

#feb0e7 Text Font Color

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

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


#feb0e7 Background Color

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

This div background color is #feb0e7


#feb0e7 Border Color

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

This div border color is #feb0e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb0e7


Comments

No comments written yet.

Please login to write comment.