Color Hex Logo

#feb7ce Color Hex

#FEB7CE
(254,183,206)
0 Favorites   0 Comments

Color spaces of #feb7ce

RGB 254183206
HSL0.950.970.86
HSV341°28°100°
CMYK 0.000.280.19   0.00
XYZ68.947159.394066.2228
Yxy59.39400.35440.3053
Hunter Lab77.067524.82383.0004
CIE-Lab81.507728.9663-1.3350

#feb7ce color RGB value is (254,183,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 11001110
Octal 376 267 316
Decimal 254 183 206
Hex FE B7 CE

RGB Percentages of Color #feb7ce

%39.50
%28.46
%32.04

CMYK Percentages of Color #feb7ce

%0
%28
%19
%0

Triadic Colors of #feb7ce

#feb7ce #cefeb7 #b7cefe

Analogous Colors of #feb7ce

#feb7ce #fec4b7 #feb7f2

Monochromatic Colors of #feb7ce

#feb7ce

Complementary Color

#feb7ce #b7fee7

#feb7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb7ce Color CSS Codes

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

#feb7ce Text Font Color

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

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


#feb7ce Background Color

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

This div background color is #feb7ce


#feb7ce Border Color

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

This div border color is #feb7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb7ce


Comments

No comments written yet.

Please login to write comment.