Color Hex Logo

#fbecd3 Color Hex

#FBECD3
(251,236,211)
0 Favorites   0 Comments

Color spaces of #fbecd3

RGB 251236211
HSL0.100.830.91
HSV38°16°98°
CMYK 0.000.060.16   0.02
XYZ81.537085.203373.7764
Yxy85.20330.33900.3543
Hunter Lab92.3056-3.859217.2257
CIE-Lab93.97071.078113.9407

#fbecd3 color RGB value is (251,236,211).

#fbecd3 hex color red value is 251, green value is 236 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #fbecd3 hue: 0.10 , saturation: 0.83 and the lightness value of fbecd3 is 0.91.

The process color (four color CMYK) of #fbecd3 color hex is 0.00, 0.06, 0.16, 0.02. Web safe color of #fbecd3 is #ffffcc. Color #fbecd3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101100 11010011
Octal 373 354 323
Decimal 251 236 211
Hex FB EC D3

RGB Percentages of Color #fbecd3

%35.96
%33.81
%30.23

CMYK Percentages of Color #fbecd3

%0
%6
%16
%2

Triadic Colors of #fbecd3

#fbecd3 #d3fbec #ecd3fb

Analogous Colors of #fbecd3

#fbecd3 #f6fbd3 #fbd8d3

Monochromatic Colors of #fbecd3

#fbecd3

Complementary Color

#fbecd3 #d3e2fb

#fbecd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbecd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbecd3 Color CSS Codes

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

#fbecd3 Text Font Color

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

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


#fbecd3 Background Color

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

This div background color is #fbecd3


#fbecd3 Border Color

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

This div border color is #fbecd3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,236,211, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbecd3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbecd3;
  -webkit-box-shadow: 1px 1px 3px 2px #fbecd3;
  box-shadow:         1px 1px 3px 2px #fbecd3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,236,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbecd3

Related Colors


Comments

No comments written yet.

Please login to write comment.