Color Hex Logo

#feb8ce Color Hex

#FEB8CE
(254,184,206)
0 Favorites   0 Comments

Color spaces of #feb8ce

RGB 254184206
HSL0.950.970.86
HSV341°28°100°
CMYK 0.000.280.19   0.00
XYZ69.154159.808066.2918
Yxy59.80800.35420.3063
Hunter Lab77.335624.27873.3118
CIE-Lab81.733728.4412-1.0041

#feb8ce color RGB value is (254,184,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 11001110
Octal 376 270 316
Decimal 254 184 206
Hex FE B8 CE

RGB Percentages of Color #feb8ce

%39.44
%28.57
%31.99

CMYK Percentages of Color #feb8ce

%0
%28
%19
%0

Triadic Colors of #feb8ce

#feb8ce #cefeb8 #b8cefe

Analogous Colors of #feb8ce

#feb8ce #fec5b8 #feb8f1

Monochromatic Colors of #feb8ce

#feb8ce

Complementary Color

#feb8ce #b8fee8

#feb8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb8ce Color CSS Codes

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

#feb8ce Text Font Color

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

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


#feb8ce Background Color

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

This div background color is #feb8ce


#feb8ce Border Color

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

This div border color is #feb8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb8ce

Related Colors


Comments

No comments written yet.

Please login to write comment.