Color Hex Logo

#fbbedb Color Hex

#FBBEDB
(251,190,219)
0 Favorites   0 Comments

Color spaces of #fbbedb

RGB 251190219
HSL0.920.880.86
HSV331°24°98°
CMYK 0.000.240.13   0.02
XYZ70.983362.450675.3308
Yxy62.45060.34000.2991
Hunter Lab79.025722.0392-1.1999
CIE-Lab83.152526.2565-5.9365

#fbbedb color RGB value is (251,190,219).

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

The process color (four color CMYK) of #fbbedb color hex is 0.00, 0.24, 0.13, 0.02. Web safe color of #fbbedb is #ffcccc. Color #fbbedb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 11011011
Octal 373 276 333
Decimal 251 190 219
Hex FB BE DB

RGB Percentages of Color #fbbedb

%38.03
%28.79
%33.18

CMYK Percentages of Color #fbbedb

%0
%24
%13
%2

Triadic Colors of #fbbedb

#fbbedb #dbfbbe #bedbfb

Analogous Colors of #fbbedb

#fbbedb #fbc0be #fbbefa

Monochromatic Colors of #fbbedb

#fbbedb

Complementary Color

#fbbedb #befbde

#fbbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbedb Color CSS Codes

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

#fbbedb Text Font Color

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

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


#fbbedb Background Color

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

This div background color is #fbbedb


#fbbedb Border Color

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

This div border color is #fbbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbedb


Comments

No comments written yet.

Please login to write comment.