Color Hex Logo

#fbdfbc Color Hex

#FBDFBC
(251,223,188)
0 Favorites   0 Comments

Color spaces of #fbdfbc

RGB 251223188
HSL0.090.890.86
HSV33°25°98°
CMYK 0.000.110.25   0.02
XYZ75.248476.915458.4571
Yxy76.91540.35730.3652
Hunter Lab87.7014-0.323321.8714
CIE-Lab90.28274.432520.6952

#fbdfbc color RGB value is (251,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 10111100
Octal 373 337 274
Decimal 251 223 188
Hex FB DF BC

RGB Percentages of Color #fbdfbc

%37.92
%33.69
%28.40

CMYK Percentages of Color #fbdfbc

%0
%11
%25
%2

Triadic Colors of #fbdfbc

#fbdfbc #bcfbdf #dfbcfb

Analogous Colors of #fbdfbc

#fbdfbc #f8fbbc #fbc0bc

Monochromatic Colors of #fbdfbc

#fbdfbc

Complementary Color

#fbdfbc #bcd8fb

#fbdfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdfbc Color CSS Codes

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

#fbdfbc Text Font Color

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

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


#fbdfbc Background Color

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

This div background color is #fbdfbc


#fbdfbc Border Color

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

This div border color is #fbdfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdfbc


Comments

No comments written yet.

Please login to write comment.