Color Hex Logo

#fbbad6 Color Hex

#FBBAD6
(251,186,214)
0 Favorites   0 Comments

Color spaces of #fbbad6

RGB 251186214
HSL0.930.890.86
HSV334°26°98°
CMYK 0.000.260.15   0.02
XYZ69.480260.482171.6305
Yxy60.48210.34470.3000
Hunter Lab77.770223.3746-0.1701
CIE-Lab82.099527.5702-4.8068

#fbbad6 color RGB value is (251,186,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 11010110
Octal 373 272 326
Decimal 251 186 214
Hex FB BA D6

RGB Percentages of Color #fbbad6

%38.56
%28.57
%32.87

CMYK Percentages of Color #fbbad6

%0
%26
%15
%2

Triadic Colors of #fbbad6

#fbbad6 #d6fbba #bad6fb

Analogous Colors of #fbbad6

#fbbad6 #fbbfba #fbbaf7

Monochromatic Colors of #fbbad6

#fbbad6

Complementary Color

#fbbad6 #bafbdf

#fbbad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbad6 Color CSS Codes

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

#fbbad6 Text Font Color

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

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


#fbbad6 Background Color

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

This div background color is #fbbad6


#fbbad6 Border Color

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

This div border color is #fbbad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbad6

Related Colors


Comments

No comments written yet.

Please login to write comment.