Color Hex Logo

#fbebf1 Color Hex

#FBEBF1
(251,235,241)
0 Favorites   0 Comments

Color spaces of #fbebf1

RGB 251235241
HSL0.940.670.95
HSV338°98°
CMYK 0.000.060.04   0.02
XYZ85.369286.276895.3727
Yxy86.27680.31970.3231
Hunter Lab92.88531.50684.1420
CIE-Lab94.43066.4250-0.9625

#fbebf1 color RGB value is (251,235,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11110001
Octal 373 353 361
Decimal 251 235 241
Hex FB EB F1

RGB Percentages of Color #fbebf1

%34.53
%32.32
%33.15

CMYK Percentages of Color #fbebf1

%0
%6
%4
%2

Triadic Colors of #fbebf1

#fbebf1 #f1fbeb #ebf1fb

Analogous Colors of #fbebf1

#fbebf1 #fbedeb #fbebf9

Monochromatic Colors of #fbebf1

#fbebf1

Complementary Color

#fbebf1 #ebfbf5

#fbebf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebf1 Color CSS Codes

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

#fbebf1 Text Font Color

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

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


#fbebf1 Background Color

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

This div background color is #fbebf1


#fbebf1 Border Color

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

This div border color is #fbebf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebf1


Comments

No comments written yet.

Please login to write comment.