Color Hex Logo

#fbabde Color Hex

#FBABDE
(251,171,222)
0 Favorites   0 Comments

Color spaces of #fbabde

RGB 251171222
HSL0.890.910.83
HSV322°32°98°
CMYK 0.000.320.12   0.02
XYZ67.531454.909076.1464
Yxy54.90900.34010.2765
Hunter Lab74.100632.9995-9.0565
CIE-Lab78.988836.7273-13.7513

#fbabde color RGB value is (251,171,222).

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

The process color (four color CMYK) of #fbabde color hex is 0.00, 0.32, 0.12, 0.02. Web safe color of #fbabde is #ff99cc. Color #fbabde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 11011110
Octal 373 253 336
Decimal 251 171 222
Hex FB AB DE

RGB Percentages of Color #fbabde

%38.98
%26.55
%34.47

CMYK Percentages of Color #fbabde

%0
%32
%12
%2

Triadic Colors of #fbabde

#fbabde #defbab #abdefb

Analogous Colors of #fbabde

#fbabde #fbabb6 #f0abfb

Monochromatic Colors of #fbabde

#fbabde

Complementary Color

#fbabde #abfbc8

#fbabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbabde Color CSS Codes

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

#fbabde Text Font Color

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

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


#fbabde Background Color

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

This div background color is #fbabde


#fbabde Border Color

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

This div border color is #fbabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbabde


Comments

No comments written yet.

Please login to write comment.