Color Hex Logo

#fbbdac Color Hex

#FBBDAC
(251,189,172)
0 Favorites   0 Comments

Color spaces of #fbbdac

RGB 251189172
HSL0.040.910.83
HSV13°31°98°
CMYK 0.000.250.31   0.02
XYZ65.427759.883047.1399
Yxy59.88300.37940.3472
Hunter Lab77.384115.498318.0513
CIE-Lab81.774620.038017.2766

#fbbdac color RGB value is (251,189,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 10101100
Octal 373 275 254
Decimal 251 189 172
Hex FB BD AC

RGB Percentages of Color #fbbdac

%41.01
%30.88
%28.10

CMYK Percentages of Color #fbbdac

%0
%25
%31
%2

Triadic Colors of #fbbdac

#fbbdac #acfbbd #bdacfb

Analogous Colors of #fbbdac

#fbbdac #fbe5ac #fbacc3

Monochromatic Colors of #fbbdac

#fbbdac

Complementary Color

#fbbdac #aceafb

#fbbdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdac Color CSS Codes

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

#fbbdac Text Font Color

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

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


#fbbdac Background Color

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

This div background color is #fbbdac


#fbbdac Border Color

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

This div border color is #fbbdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdac

Related Colors


Comments

No comments written yet.

Please login to write comment.