Color Hex Logo

#fbbdad Color Hex

#FBBDAD
(251,189,173)
0 Favorites   0 Comments

Color spaces of #fbbdad

RGB 251189173
HSL0.030.910.83
HSV12°31°98°
CMYK 0.000.250.31   0.02
XYZ65.524159.921647.6477
Yxy59.92160.37850.3462
Hunter Lab77.409015.628317.6915
CIE-Lab81.795620.164216.7715

#fbbdad color RGB value is (251,189,173).

#fbbdad hex color red value is 251, green value is 189 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fbbdad hue: 0.03 , saturation: 0.91 and the lightness value of fbbdad is 0.83.

The process color (four color CMYK) of #fbbdad color hex is 0.00, 0.25, 0.31, 0.02. Web safe color of #fbbdad is #ffcc99. Color #fbbdad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 10101101
Octal 373 275 255
Decimal 251 189 173
Hex FB BD AD

RGB Percentages of Color #fbbdad

%40.95
%30.83
%28.22

CMYK Percentages of Color #fbbdad

%0
%25
%31
%2

Triadic Colors of #fbbdad

#fbbdad #adfbbd #bdadfb

Analogous Colors of #fbbdad

#fbbdad #fbe4ad #fbadc4

Monochromatic Colors of #fbbdad

#fbbdad

Complementary Color

#fbbdad #adebfb

#fbbdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdad Color CSS Codes

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

#fbbdad Text Font Color

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

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


#fbbdad Background Color

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

This div background color is #fbbdad


#fbbdad Border Color

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

This div border color is #fbbdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdad

Related Colors


Comments

No comments written yet.

Please login to write comment.