Color Hex Logo

#feb6ce Color Hex

#FEB6CE
(254,182,206)
0 Favorites   0 Comments

Color spaces of #feb6ce

RGB 254182206
HSL0.940.970.85
HSV340°28°100°
CMYK 0.000.280.19   0.00
XYZ68.741658.983066.1543
Yxy58.98300.35460.3042
Hunter Lab76.800425.36902.6891
CIE-Lab81.282329.4912-1.6652

#feb6ce color RGB value is (254,182,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 11001110
Octal 376 266 316
Decimal 254 182 206
Hex FE B6 CE

RGB Percentages of Color #feb6ce

%39.56
%28.35
%32.09

CMYK Percentages of Color #feb6ce

%0
%28
%19
%0

Triadic Colors of #feb6ce

#feb6ce #cefeb6 #b6cefe

Analogous Colors of #feb6ce

#feb6ce #fec2b6 #feb6f2

Monochromatic Colors of #feb6ce

#feb6ce

Complementary Color

#feb6ce #b6fee6

#feb6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb6ce Color CSS Codes

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

#feb6ce Text Font Color

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

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


#feb6ce Background Color

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

This div background color is #feb6ce


#feb6ce Border Color

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

This div border color is #feb6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb6ce

Related Colors

#feb6ce Color Palettes


Comments

No comments written yet.

Please login to write comment.