Color Hex Logo

#fbbdec Color Hex

#FBBDEC
(251,189,236)
0 Favorites   0 Comments

Color spaces of #fbbdec

RGB 251189236
HSL0.870.890.86
HSV315°25°98°
CMYK 0.000.250.06   0.02
XYZ73.121662.960687.6556
Yxy62.96060.32680.2814
Hunter Lab79.347725.6353-9.9544
CIE-Lab83.421629.6064-14.6363

#fbbdec color RGB value is (251,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 11101100
Octal 373 275 354
Decimal 251 189 236
Hex FB BD EC

RGB Percentages of Color #fbbdec

%37.13
%27.96
%34.91

CMYK Percentages of Color #fbbdec

%0
%25
%6
%2

Triadic Colors of #fbbdec

#fbbdec #ecfbbd #bdecfb

Analogous Colors of #fbbdec

#fbbdec #fbbdcd #ebbdfb

Monochromatic Colors of #fbbdec

#fbbdec

Complementary Color

#fbbdec #bdfbcc

#fbbdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdec Color CSS Codes

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

#fbbdec Text Font Color

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

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


#fbbdec Background Color

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

This div background color is #fbbdec


#fbbdec Border Color

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

This div border color is #fbbdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdec


Comments

No comments written yet.

Please login to write comment.