Color Hex Logo

#fbe8d5 Color Hex

#FBE8D5
(251,232,213)
0 Favorites   0 Comments

Color spaces of #fbe8d5

RGB 251232213
HSL0.080.830.91
HSV30°15°98°
CMYK 0.000.080.15   0.02
XYZ80.650583.026674.7258
Yxy83.02660.33830.3483
Hunter Lab91.1189-1.465615.1601
CIE-Lab93.02613.421411.5618

#fbe8d5 color RGB value is (251,232,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101000 11010101
Octal 373 350 325
Decimal 251 232 213
Hex FB E8 D5

RGB Percentages of Color #fbe8d5

%36.06
%33.33
%30.60

CMYK Percentages of Color #fbe8d5

%0
%8
%15
%2

Triadic Colors of #fbe8d5

#fbe8d5 #d5fbe8 #e8d5fb

Analogous Colors of #fbe8d5

#fbe8d5 #fbfbd5 #fbd5d5

Monochromatic Colors of #fbe8d5

#fbe8d5

Complementary Color

#fbe8d5 #d5e8fb

#fbe8d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe8d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe8d5 Color CSS Codes

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

#fbe8d5 Text Font Color

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

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


#fbe8d5 Background Color

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

This div background color is #fbe8d5


#fbe8d5 Border Color

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

This div border color is #fbe8d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe8d5


Comments

No comments written yet.

Please login to write comment.