Color Hex Logo

#fbebf6 Color Hex

#FBEBF6
(251,235,246)
0 Favorites   0 Comments

Color spaces of #fbebf6

RGB 251235246
HSL0.890.670.95
HSV319°98°
CMYK 0.000.060.02   0.02
XYZ86.126586.579799.3610
Yxy86.57970.31660.3182
Hunter Lab93.04822.38731.8213
CIE-Lab94.55977.2909-3.3711

#fbebf6 color RGB value is (251,235,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11110110
Octal 373 353 366
Decimal 251 235 246
Hex FB EB F6

RGB Percentages of Color #fbebf6

%34.29
%32.10
%33.61

CMYK Percentages of Color #fbebf6

%0
%6
%2
%2

Triadic Colors of #fbebf6

#fbebf6 #f6fbeb #ebf6fb

Analogous Colors of #fbebf6

#fbebf6 #fbebee #f8ebfb

Monochromatic Colors of #fbebf6

#fbebf6

Complementary Color

#fbebf6 #ebfbf0

#fbebf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebf6 Color CSS Codes

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

#fbebf6 Text Font Color

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

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


#fbebf6 Background Color

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

This div background color is #fbebf6


#fbebf6 Border Color

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

This div border color is #fbebf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebf6

Related Colors


Comments

No comments written yet.

Please login to write comment.