Color Hex Logo

#fbadba Color Hex

#FBADBA
(251,173,186)
0 Favorites   0 Comments

Color spaces of #fbadba

RGB 251173186
HSL0.970.910.83
HSV350°31°98°
CMYK 0.000.310.26   0.02
XYZ63.590253.941553.5146
Yxy53.94150.37180.3154
Hunter Lab73.444926.02078.2106
CIE-Lab78.427630.29234.9722

#fbadba color RGB value is (251,173,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 10111010
Octal 373 255 272
Decimal 251 173 186
Hex FB AD BA

RGB Percentages of Color #fbadba

%41.15
%28.36
%30.49

CMYK Percentages of Color #fbadba

%0
%31
%26
%2

Triadic Colors of #fbadba

#fbadba #bafbad #adbafb

Analogous Colors of #fbadba

#fbadba #fbc7ad #fbade1

Monochromatic Colors of #fbadba

#fbadba

Complementary Color

#fbadba #adfbee

#fbadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadba Color CSS Codes

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

#fbadba Text Font Color

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

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


#fbadba Background Color

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

This div background color is #fbadba


#fbadba Border Color

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

This div border color is #fbadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadba

Related Colors


Comments

No comments written yet.

Please login to write comment.