Color Hex Logo

#fbdbbc Color Hex

#FBDBBC
(251,219,188)
0 Favorites   0 Comments

Color spaces of #fbdbbc

RGB 251219188
HSL0.080.890.86
HSV30°25°98°
CMYK 0.000.130.25   0.02
XYZ74.192374.803158.1050
Yxy74.80310.35820.3612
Hunter Lab86.48881.766520.7099
CIE-Lab89.30076.491119.3291

#fbdbbc color RGB value is (251,219,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 10111100
Octal 373 333 274
Decimal 251 219 188
Hex FB DB BC

RGB Percentages of Color #fbdbbc

%38.15
%33.28
%28.57

CMYK Percentages of Color #fbdbbc

%0
%13
%25
%2

Triadic Colors of #fbdbbc

#fbdbbc #bcfbdb #dbbcfb

Analogous Colors of #fbdbbc

#fbdbbc #fbfbbc #fbbcbd

Monochromatic Colors of #fbdbbc

#fbdbbc

Complementary Color

#fbdbbc #bcdcfb

#fbdbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbbc Color CSS Codes

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

#fbdbbc Text Font Color

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

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


#fbdbbc Background Color

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

This div background color is #fbdbbc


#fbdbbc Border Color

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

This div border color is #fbdbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbbc

Related Colors


Comments

No comments written yet.

Please login to write comment.