Color Hex Logo

#fbadbb Color Hex

#FBADBB
(251,173,187)
0 Favorites   0 Comments

Color spaces of #fbadbb

RGB 251173187
HSL0.970.910.83
HSV349°31°98°
CMYK 0.000.310.25   0.02
XYZ63.696953.984254.0765
Yxy53.98420.37090.3143
Hunter Lab73.473926.16797.7946
CIE-Lab78.452530.42944.4646

#fbadbb color RGB value is (251,173,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 10111011
Octal 373 255 273
Decimal 251 173 187
Hex FB AD BB

RGB Percentages of Color #fbadbb

%41.08
%28.31
%30.61

CMYK Percentages of Color #fbadbb

%0
%31
%25
%2

Triadic Colors of #fbadbb

#fbadbb #bbfbad #adbbfb

Analogous Colors of #fbadbb

#fbadbb #fbc6ad #fbade2

Monochromatic Colors of #fbadbb

#fbadbb

Complementary Color

#fbadbb #adfbed

#fbadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadbb Color CSS Codes

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

#fbadbb Text Font Color

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

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


#fbadbb Background Color

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

This div background color is #fbadbb


#fbadbb Border Color

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

This div border color is #fbadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadbb


Comments

No comments written yet.

Please login to write comment.