Color Hex Logo

#fbebe8 Color Hex

#FBEBE8
(251,235,232)
1 Favorites   0 Comments

Color spaces of #fbebe8

RGB 251235232
HSL0.030.700.95
HSV98°
CMYK 0.000.060.08   0.02
XYZ84.057585.752188.4654
Yxy85.75210.32550.3320
Hunter Lab92.6024-0.02548.1805
CIE-Lab94.20634.90833.3867

#fbebe8 color RGB value is (251,235,232).

#fbebe8 hex color red value is 251, green value is 235 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #fbebe8 hue: 0.03 , saturation: 0.70 and the lightness value of fbebe8 is 0.95.

The process color (four color CMYK) of #fbebe8 color hex is 0.00, 0.06, 0.08, 0.02. Web safe color of #fbebe8 is #ffffff. Color #fbebe8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11101000
Octal 373 353 350
Decimal 251 235 232
Hex FB EB E8

RGB Percentages of Color #fbebe8

%34.96
%32.73
%32.31

CMYK Percentages of Color #fbebe8

%0
%6
%8
%2

Triadic Colors of #fbebe8

#fbebe8 #e8fbeb #ebe8fb

Analogous Colors of #fbebe8

#fbebe8 #fbf5e8 #fbe8ef

Monochromatic Colors of #fbebe8

#fbebe8

Complementary Color

#fbebe8 #e8f8fb

#fbebe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebe8 Color CSS Codes

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

#fbebe8 Text Font Color

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

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


#fbebe8 Background Color

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

This div background color is #fbebe8


#fbebe8 Border Color

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

This div border color is #fbebe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebe8

Related Colors


Comments

No comments written yet.

Please login to write comment.