Color Hex Logo

#fbbab8 Color Hex

#FBBAB8
(251,186,184)
0 Favorites   0 Comments

Color spaces of #fbbab8

RGB 251186184
HSL0.000.890.85
HSV27°98°
CMYK 0.000.260.27   0.02
XYZ65.994359.087753.2742
Yxy59.08770.37000.3313
Hunter Lab76.868518.728512.7167
CIE-Lab81.339823.182810.2298

#fbbab8 color RGB value is (251,186,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 10111000
Octal 373 272 270
Decimal 251 186 184
Hex FB BA B8

RGB Percentages of Color #fbbab8

%40.42
%29.95
%29.63

CMYK Percentages of Color #fbbab8

%0
%26
%27
%2

Triadic Colors of #fbbab8

#fbbab8 #b8fbba #bab8fb

Analogous Colors of #fbbab8

#fbbab8 #fbdcb8 #fbb8d8

Monochromatic Colors of #fbbab8

#fbbab8

Complementary Color

#fbbab8 #b8f9fb

#fbbab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbab8 Color CSS Codes

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

#fbbab8 Text Font Color

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

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


#fbbab8 Background Color

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

This div background color is #fbbab8


#fbbab8 Border Color

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

This div border color is #fbbab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbab8

Related Colors


Comments

No comments written yet.

Please login to write comment.