Color Hex Logo

#fbbcce Color Hex

#FBBCCE
(251,188,206)
0 Favorites   0 Comments

Color spaces of #fbbcce

RGB 251188206
HSL0.950.890.86
HSV343°25°98°
CMYK 0.000.250.18   0.02
XYZ68.907560.931966.5217
Yxy60.93190.35090.3103
Hunter Lab78.058920.97014.1143
CIE-Lab82.342125.2836-0.1508

#fbbcce color RGB value is (251,188,206).

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

The process color (four color CMYK) of #fbbcce color hex is 0.00, 0.25, 0.18, 0.02. Web safe color of #fbbcce is #ffcccc. Color #fbbcce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 11001110
Octal 373 274 316
Decimal 251 188 206
Hex FB BC CE

RGB Percentages of Color #fbbcce

%38.91
%29.15
%31.94

CMYK Percentages of Color #fbbcce

%0
%25
%18
%2

Triadic Colors of #fbbcce

#fbbcce #cefbbc #bccefb

Analogous Colors of #fbbcce

#fbbcce #fbcabc #fbbcee

Monochromatic Colors of #fbbcce

#fbbcce

Complementary Color

#fbbcce #bcfbe9

#fbbcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbcce Color CSS Codes

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

#fbbcce Text Font Color

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

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


#fbbcce Background Color

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

This div background color is #fbbcce


#fbbcce Border Color

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

This div border color is #fbbcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbcce


Comments

No comments written yet.

Please login to write comment.