Color Hex Logo

#fbebf8 Color Hex

#FBEBF8
(251,235,248)
0 Favorites   0 Comments

Color spaces of #fbebf8

RGB 251235248
HSL0.860.670.95
HSV311°98°
CMYK 0.000.060.01   0.02
XYZ86.435386.7032100.9867
Yxy86.70320.31530.3163
Hunter Lab93.11462.74540.8777
CIE-Lab94.61227.6420-4.3328

#fbebf8 color RGB value is (251,235,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11111000
Octal 373 353 370
Decimal 251 235 248
Hex FB EB F8

RGB Percentages of Color #fbebf8

%34.20
%32.02
%33.79

CMYK Percentages of Color #fbebf8

%0
%6
%1
%2

Triadic Colors of #fbebf8

#fbebf8 #f8fbeb #ebf8fb

Analogous Colors of #fbebf8

#fbebf8 #fbebf0 #f6ebfb

Monochromatic Colors of #fbebf8

#fbebf8

Complementary Color

#fbebf8 #ebfbee

#fbebf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebf8 Color CSS Codes

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

#fbebf8 Text Font Color

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

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


#fbebf8 Background Color

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

This div background color is #fbebf8


#fbebf8 Border Color

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

This div border color is #fbebf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebf8

Related Colors


Comments

No comments written yet.

Please login to write comment.