Color Hex Logo

#fbbabe Color Hex

#FBBABE
(251,186,190)
0 Favorites   0 Comments

Color spaces of #fbbabe

RGB 251186190
HSL0.990.890.86
HSV356°26°98°
CMYK 0.000.260.24   0.02
XYZ66.636859.344756.6577
Yxy59.34470.36490.3249
Hunter Lab77.035519.592910.3185
CIE-Lab81.480724.00757.2047

#fbbabe color RGB value is (251,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 10111110
Octal 373 272 276
Decimal 251 186 190
Hex FB BA BE

RGB Percentages of Color #fbbabe

%40.03
%29.67
%30.30

CMYK Percentages of Color #fbbabe

%0
%26
%24
%2

Triadic Colors of #fbbabe

#fbbabe #befbba #babefb

Analogous Colors of #fbbabe

#fbbabe #fbd7ba #fbbadf

Monochromatic Colors of #fbbabe

#fbbabe

Complementary Color

#fbbabe #bafbf7

#fbbabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbabe Color CSS Codes

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

#fbbabe Text Font Color

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

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


#fbbabe Background Color

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

This div background color is #fbbabe


#fbbabe Border Color

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

This div border color is #fbbabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbabe

Related Colors


Comments

No comments written yet.

Please login to write comment.