Color Hex Logo

#fedbce Color Hex

#FEDBCE
(254,219,206)
0 Favorites   0 Comments

Color spaces of #fedbce

RGB 254219206
HSL0.050.960.90
HSV16°19°100°
CMYK 0.000.140.19   0.00
XYZ77.345176.190169.0222
Yxy76.19010.34750.3423
Hunter Lab87.28695.417014.2173
CIE-Lab89.947510.133910.8617

#fedbce color RGB value is (254,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 11001110
Octal 376 333 316
Decimal 254 219 206
Hex FE DB CE

RGB Percentages of Color #fedbce

%37.41
%32.25
%30.34

CMYK Percentages of Color #fedbce

%0
%14
%19
%0

Triadic Colors of #fedbce

#fedbce #cefedb #dbcefe

Analogous Colors of #fedbce

#fedbce #fef3ce #feced9

Monochromatic Colors of #fedbce

#fedbce

Complementary Color

#fedbce #cef1fe

#fedbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbce Color CSS Codes

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

#fedbce Text Font Color

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

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


#fedbce Background Color

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

This div background color is #fedbce


#fedbce Border Color

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

This div border color is #fedbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbce

#fedbce Color Palettes


Comments

No comments written yet.

Please login to write comment.