Color Hex Logo

#fbdbba Color Hex

#FBDBBA
(251,219,186)
0 Favorites   0 Comments

Color spaces of #fbdbba

RGB 251219186
HSL0.080.890.86
HSV30°26°98°
CMYK 0.000.130.26   0.02
XYZ73.978174.717456.9772
Yxy74.71740.35970.3633
Hunter Lab86.43921.498721.4259
CIE-Lab89.26056.221020.3162

#fbdbba color RGB value is (251,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 10111010
Octal 373 333 272
Decimal 251 219 186
Hex FB DB BA

RGB Percentages of Color #fbdbba

%38.26
%33.38
%28.35

CMYK Percentages of Color #fbdbba

%0
%13
%26
%2

Triadic Colors of #fbdbba

#fbdbba #bafbdb #dbbafb

Analogous Colors of #fbdbba

#fbdbba #fbfbba #fbbbba

Monochromatic Colors of #fbdbba

#fbdbba

Complementary Color

#fbdbba #badafb

#fbdbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbba Color CSS Codes

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

#fbdbba Text Font Color

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

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


#fbdbba Background Color

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

This div background color is #fbdbba


#fbdbba Border Color

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

This div border color is #fbdbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbba

Related Colors


Comments

No comments written yet.

Please login to write comment.