Color Hex Logo

#f8ebfb Color Hex

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

Color spaces of #f8ebfb

RGB 248235251
HSL0.800.670.95
HSV289°98°
CMYK 0.010.060.00   0.02
XYZ85.832386.3382103.4079
Yxy86.33820.31150.3133
Hunter Lab92.91842.2803-0.9404
CIE-Lab94.45687.1829-6.1472

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

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

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

Base Numbers

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

RGB Percentages of Color #f8ebfb

%33.79
%32.02
%34.20

CMYK Percentages of Color #f8ebfb

%1
%6
%0
%2

Triadic Colors of #f8ebfb

#f8ebfb #fbf8eb #ebfbf8

Analogous Colors of #f8ebfb

#f8ebfb #fbebf6 #f0ebfb

Monochromatic Colors of #f8ebfb

#f8ebfb

Complementary Color

#f8ebfb #eefbeb

#f8ebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8ebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8ebfb Color CSS Codes

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

#f8ebfb Text Font Color

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

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


#f8ebfb Background Color

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

This div background color is #f8ebfb


#f8ebfb Border Color

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

This div border color is #f8ebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8ebfb

Related Colors


Comments

No comments written yet.

Please login to write comment.