Color Hex Logo

#fbcbbc Color Hex

#FBCBBC
(251,203,188)
0 Favorites   0 Comments

Color spaces of #fbcbbc

RGB 251203188
HSL0.040.890.86
HSV14°25°98°
CMYK 0.000.190.25   0.02
XYZ70.216766.851956.7798
Yxy66.85190.36220.3449
Hunter Lab81.763010.207516.0605
CIE-Lab85.429114.804513.8968

#fbcbbc color RGB value is (251,203,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 10111100
Octal 373 313 274
Decimal 251 203 188
Hex FB CB BC

RGB Percentages of Color #fbcbbc

%39.10
%31.62
%29.28

CMYK Percentages of Color #fbcbbc

%0
%19
%25
%2

Triadic Colors of #fbcbbc

#fbcbbc #bcfbcb #cbbcfb

Analogous Colors of #fbcbbc

#fbcbbc #fbebbc #fbbccd

Monochromatic Colors of #fbcbbc

#fbcbbc

Complementary Color

#fbcbbc #bcecfb

#fbcbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcbbc Color CSS Codes

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

#fbcbbc Text Font Color

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

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


#fbcbbc Background Color

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

This div background color is #fbcbbc


#fbcbbc Border Color

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

This div border color is #fbcbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcbbc

Related Colors


Comments

No comments written yet.

Please login to write comment.