Color Hex Logo

#feceba Color Hex

#FECEBA
(254,206,186)
0 Favorites   0 Comments

Color spaces of #feceba

RGB 254206186
HSL0.050.970.86
HSV18°27°100°
CMYK 0.000.190.27   0.00
XYZ71.807368.758655.9415
Yxy68.75860.36540.3499
Hunter Lab82.92089.465018.0453
CIE-Lab86.384414.074516.3400

#feceba color RGB value is (254,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 10111010
Octal 376 316 272
Decimal 254 206 186
Hex FE CE BA

RGB Percentages of Color #feceba

%39.32
%31.89
%28.79

CMYK Percentages of Color #feceba

%0
%19
%27
%0

Triadic Colors of #feceba

#feceba #bafece #cebafe

Analogous Colors of #feceba

#feceba #fef0ba #febac8

Monochromatic Colors of #feceba

#feceba

Complementary Color

#feceba #baeafe

#feceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#feceba Color CSS Codes

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

#feceba Text Font Color

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

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


#feceba Background Color

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

This div background color is #feceba


#feceba Border Color

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

This div border color is #feceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feceba


Comments

No comments written yet.

Please login to write comment.