Color Hex Logo

#fbbad7 Color Hex

#FBBAD7
(251,186,215)
0 Favorites   0 Comments

Color spaces of #fbbad7

RGB 251186215
HSL0.930.890.86
HSV333°26°98°
CMYK 0.000.260.14   0.02
XYZ69.608360.533372.3053
Yxy60.53330.34380.2990
Hunter Lab77.803123.5434-0.6382
CIE-Lab82.127227.7275-5.3036

#fbbad7 color RGB value is (251,186,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 11010111
Octal 373 272 327
Decimal 251 186 215
Hex FB BA D7

RGB Percentages of Color #fbbad7

%38.50
%28.53
%32.98

CMYK Percentages of Color #fbbad7

%0
%26
%14
%2

Triadic Colors of #fbbad7

#fbbad7 #d7fbba #bad7fb

Analogous Colors of #fbbad7

#fbbad7 #fbbeba #fbbaf8

Monochromatic Colors of #fbbad7

#fbbad7

Complementary Color

#fbbad7 #bafbde

#fbbad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbad7 Color CSS Codes

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

#fbbad7 Text Font Color

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

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


#fbbad7 Background Color

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

This div background color is #fbbad7


#fbbad7 Border Color

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

This div border color is #fbbad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbad7


Comments

No comments written yet.

Please login to write comment.