Color Hex Logo

#fecbde Color Hex

#FECBDE
(254,203,222)
0 Favorites   0 Comments

Color spaces of #fecbde

RGB 254203222
HSL0.940.960.90
HSV338°20°100°
CMYK 0.000.200.13   0.00
XYZ75.413869.056678.4618
Yxy69.05660.33830.3098
Hunter Lab83.100316.56382.1897
CIE-Lab86.532120.9375-2.5271

#fecbde color RGB value is (254,203,222).

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

The process color (four color CMYK) of #fecbde color hex is 0.00, 0.20, 0.13, 0.00. Web safe color of #fecbde is #ffcccc. Color #fecbde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 11011110
Octal 376 313 336
Decimal 254 203 222
Hex FE CB DE

RGB Percentages of Color #fecbde

%37.41
%29.90
%32.70

CMYK Percentages of Color #fecbde

%0
%20
%13
%0

Triadic Colors of #fecbde

#fecbde #defecb #cbdefe

Analogous Colors of #fecbde

#fecbde #fed2cb #fecbf8

Monochromatic Colors of #fecbde

#fecbde

Complementary Color

#fecbde #cbfeeb

#fecbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecbde Color CSS Codes

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

#fecbde Text Font Color

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

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


#fecbde Background Color

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

This div background color is #fecbde


#fecbde Border Color

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

This div border color is #fecbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecbde


Comments

No comments written yet.

Please login to write comment.