Color Hex Logo

#fbbebc Color Hex

#FBBEBC
(251,190,188)
0 Favorites   0 Comments

Color spaces of #fbbebc

RGB 251190188
HSL0.010.890.86
HSV25°98°
CMYK 0.000.240.25   0.02
XYZ67.274260.967055.7990
Yxy60.96700.36550.3313
Hunter Lab78.081417.151612.2868
CIE-Lab82.361021.62499.5392

#fbbebc color RGB value is (251,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 10111100
Octal 373 276 274
Decimal 251 190 188
Hex FB BE BC

RGB Percentages of Color #fbbebc

%39.90
%30.21
%29.89

CMYK Percentages of Color #fbbebc

%0
%24
%25
%2

Triadic Colors of #fbbebc

#fbbebc #bcfbbe #bebcfb

Analogous Colors of #fbbebc

#fbbebc #fbdebc #fbbcda

Monochromatic Colors of #fbbebc

#fbbebc

Complementary Color

#fbbebc #bcf9fb

#fbbebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbebc Color CSS Codes

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

#fbbebc Text Font Color

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

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


#fbbebc Background Color

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

This div background color is #fbbebc


#fbbebc Border Color

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

This div border color is #fbbebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbebc


Comments

No comments written yet.

Please login to write comment.