Color Hex Logo

#fbbeed Color Hex

#FBBEED
(251,190,237)
0 Favorites   0 Comments

Color spaces of #fbbeed

RGB 251190237
HSL0.870.880.86
HSV314°24°98°
CMYK 0.000.240.06   0.02
XYZ73.483263.450688.4950
Yxy63.45060.32600.2815
Hunter Lab79.655925.2699-10.1101
CIE-Lab83.678929.2515-14.7848

#fbbeed color RGB value is (251,190,237).

#fbbeed hex color red value is 251, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fbbeed hue: 0.87 , saturation: 0.88 and the lightness value of fbbeed is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 11101101
Octal 373 276 355
Decimal 251 190 237
Hex FB BE ED

RGB Percentages of Color #fbbeed

%37.02
%28.02
%34.96

CMYK Percentages of Color #fbbeed

%0
%24
%6
%2

Triadic Colors of #fbbeed

#fbbeed #edfbbe #beedfb

Analogous Colors of #fbbeed

#fbbeed #fbbecf #ebbefb

Monochromatic Colors of #fbbeed

#fbbeed

Complementary Color

#fbbeed #befbcc

#fbbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbeed Color CSS Codes

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

#fbbeed Text Font Color

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

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


#fbbeed Background Color

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

This div background color is #fbbeed


#fbbeed Border Color

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

This div border color is #fbbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbeed


Comments

No comments written yet.

Please login to write comment.