Color Hex Logo

#fbebd6 Color Hex

#FBEBD6
(251,235,214)
0 Favorites   0 Comments

Color spaces of #fbebd6

RGB 251235214
HSL0.090.820.91
HSV34°15°98°
CMYK 0.000.060.15   0.02
XYZ81.629684.780975.6803
Yxy84.78090.33720.3502
Hunter Lab92.0765-2.886415.7215
CIE-Lab93.78862.042512.1286

#fbebd6 color RGB value is (251,235,214).

#fbebd6 hex color red value is 251, green value is 235 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #fbebd6 hue: 0.09 , saturation: 0.82 and the lightness value of fbebd6 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11010110
Octal 373 353 326
Decimal 251 235 214
Hex FB EB D6

RGB Percentages of Color #fbebd6

%35.86
%33.57
%30.57

CMYK Percentages of Color #fbebd6

%0
%6
%15
%2

Triadic Colors of #fbebd6

#fbebd6 #d6fbeb #ebd6fb

Analogous Colors of #fbebd6

#fbebd6 #f9fbd6 #fbd9d6

Monochromatic Colors of #fbebd6

#fbebd6

Complementary Color

#fbebd6 #d6e6fb

#fbebd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebd6 Color CSS Codes

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

#fbebd6 Text Font Color

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

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


#fbebd6 Background Color

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

This div background color is #fbebd6


#fbebd6 Border Color

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

This div border color is #fbebd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebd6


Comments

No comments written yet.

Please login to write comment.