Color Hex Logo

#fbcebc Color Hex

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

Color spaces of #fbcebc

RGB 251206188
HSL0.050.890.86
HSV17°25°98°
CMYK 0.000.180.25   0.02
XYZ70.932168.282757.0183
Yxy68.28270.36150.3480
Hunter Lab82.63338.615316.9323
CIE-Lab86.147613.237314.9105

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

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

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

Base Numbers

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

RGB Percentages of Color #fbcebc

%38.91
%31.94
%29.15

CMYK Percentages of Color #fbcebc

%0
%18
%25
%2

Triadic Colors of #fbcebc

#fbcebc #bcfbce #cebcfb

Analogous Colors of #fbcebc

#fbcebc #fbeebc #fbbcca

Monochromatic Colors of #fbcebc

#fbcebc

Complementary Color

#fbcebc #bce9fb

#fbcebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcebc Color CSS Codes

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

#fbcebc Text Font Color

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

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


#fbcebc Background Color

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

This div background color is #fbcebc


#fbcebc Border Color

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

This div border color is #fbcebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcebc


Comments

No comments written yet.

Please login to write comment.