Color Hex Logo

#fbcebd Color Hex

#FBCEBD
(251,206,189)
1 Favorites   0 Comments

Color spaces of #fbcebd

RGB 251206189
HSL0.050.890.86
HSV16°25°98°
CMYK 0.000.180.25   0.02
XYZ71.040368.326057.5881
Yxy68.32600.36070.3469
Hunter Lab82.65958.754516.5549
CIE-Lab86.169213.374714.4125

#fbcebd color RGB value is (251,206,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 10111101
Octal 373 316 275
Decimal 251 206 189
Hex FB CE BD

RGB Percentages of Color #fbcebd

%38.85
%31.89
%29.26

CMYK Percentages of Color #fbcebd

%0
%18
%25
%2

Triadic Colors of #fbcebd

#fbcebd #bdfbce #cebdfb

Analogous Colors of #fbcebd

#fbcebd #fbedbd #fbbdcb

Monochromatic Colors of #fbcebd

#fbcebd

Complementary Color

#fbcebd #bdeafb

#fbcebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcebd Color CSS Codes

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

#fbcebd Text Font Color

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

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


#fbcebd Background Color

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

This div background color is #fbcebd


#fbcebd Border Color

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

This div border color is #fbcebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcebd


Comments

No comments written yet.

Please login to write comment.