Color Hex Logo

#fbbadf Color Hex

#FBBADF
(251,186,223)
0 Favorites   0 Comments

Color spaces of #fbbadf

RGB 251186223
HSL0.910.890.86
HSV326°26°98°
CMYK 0.000.260.11   0.02
XYZ70.661860.954877.8532
Yxy60.95480.33730.2910
Hunter Lab78.073624.9257-4.4712
CIE-Lab82.354429.0104-9.2651

#fbbadf color RGB value is (251,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 11011111
Octal 373 272 337
Decimal 251 186 223
Hex FB BA DF

RGB Percentages of Color #fbbadf

%38.03
%28.18
%33.79

CMYK Percentages of Color #fbbadf

%0
%26
%11
%2

Triadic Colors of #fbbadf

#fbbadf #dffbba #badffb

Analogous Colors of #fbbadf

#fbbadf #fbbabf #f7bafb

Monochromatic Colors of #fbbadf

#fbbadf

Complementary Color

#fbbadf #bafbd6

#fbbadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbadf Color CSS Codes

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

#fbbadf Text Font Color

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

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


#fbbadf Background Color

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

This div background color is #fbbadf


#fbbadf Border Color

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

This div border color is #fbbadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbadf


Comments

No comments written yet.

Please login to write comment.