Color Hex Logo

#fbddba Color Hex

#FBDDBA
(251,221,186)
0 Favorites   0 Comments

Color spaces of #fbddba

RGB 251221186
HSL0.090.890.86
HSV32°26°98°
CMYK 0.000.120.26   0.02
XYZ74.503075.767357.1522
Yxy75.76730.35920.3653
Hunter Lab87.04440.453922.0021
CIE-Lab89.75125.191020.9975

#fbddba color RGB value is (251,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 10111010
Octal 373 335 272
Decimal 251 221 186
Hex FB DD BA

RGB Percentages of Color #fbddba

%38.15
%33.59
%28.27

CMYK Percentages of Color #fbddba

%0
%12
%26
%2

Triadic Colors of #fbddba

#fbddba #bafbdd #ddbafb

Analogous Colors of #fbddba

#fbddba #f9fbba #fbbdba

Monochromatic Colors of #fbddba

#fbddba

Complementary Color

#fbddba #bad8fb

#fbddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbddba Color CSS Codes

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

#fbddba Text Font Color

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

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


#fbddba Background Color

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

This div background color is #fbddba


#fbddba Border Color

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

This div border color is #fbddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbddba


Comments

No comments written yet.

Please login to write comment.