Color Hex Logo

#feb0ce Color Hex

#FEB0CE
(254,176,206)
0 Favorites   0 Comments

Color spaces of #feb0ce

RGB 254176206
HSL0.940.980.84
HSV337°31°100°
CMYK 0.000.310.19   0.00
XYZ67.539056.577765.7534
Yxy56.57770.35570.2980
Hunter Lab75.218128.64490.8232
CIE-Lab79.941532.6377-3.6340

#feb0ce color RGB value is (254,176,206).

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

The process color (four color CMYK) of #feb0ce color hex is 0.00, 0.31, 0.19, 0.00. Web safe color of #feb0ce is #ff99cc. Color #feb0ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 11001110
Octal 376 260 316
Decimal 254 176 206
Hex FE B0 CE

RGB Percentages of Color #feb0ce

%39.94
%27.67
%32.39

CMYK Percentages of Color #feb0ce

%0
%31
%19
%0

Triadic Colors of #feb0ce

#feb0ce #cefeb0 #b0cefe

Analogous Colors of #feb0ce

#feb0ce #feb9b0 #feb0f5

Monochromatic Colors of #feb0ce

#feb0ce

Complementary Color

#feb0ce #b0fee0

#feb0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb0ce Color CSS Codes

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

#feb0ce Text Font Color

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

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


#feb0ce Background Color

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

This div background color is #feb0ce


#feb0ce Border Color

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

This div border color is #feb0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb0ce

Related Colors


Comments

No comments written yet.

Please login to write comment.