Color Hex Logo

#fbbced Color Hex

#FBBCED
(251,188,237)
0 Favorites   0 Comments

Color spaces of #fbbced

RGB 251188237
HSL0.870.890.86
HSV313°25°98°
CMYK 0.000.250.06   0.02
XYZ73.052962.590188.3516
Yxy62.59010.32610.2794
Hunter Lab79.113926.3756-10.8332
CIE-Lab83.226230.3051-15.4643

#fbbced color RGB value is (251,188,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 11101101
Octal 373 274 355
Decimal 251 188 237
Hex FB BC ED

RGB Percentages of Color #fbbced

%37.13
%27.81
%35.06

CMYK Percentages of Color #fbbced

%0
%25
%6
%2

Triadic Colors of #fbbced

#fbbced #edfbbc #bcedfb

Analogous Colors of #fbbced

#fbbced #fbbcce #eabcfb

Monochromatic Colors of #fbbced

#fbbced

Complementary Color

#fbbced #bcfbca

#fbbced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbced Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbced Color CSS Codes

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

#fbbced Text Font Color

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

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


#fbbced Background Color

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

This div background color is #fbbced


#fbbced Border Color

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

This div border color is #fbbced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,188,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 #fbbced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbced


Comments

No comments written yet.

Please login to write comment.