Color Hex Logo

#fbabdb Color Hex

#FBABDB
(251,171,219)
0 Favorites   0 Comments

Color spaces of #fbabdb

RGB 251171219
HSL0.900.910.83
HSV324°32°98°
CMYK 0.000.320.13   0.02
XYZ67.132854.749574.0473
Yxy54.74950.34260.2794
Hunter Lab73.992932.4631-7.5386
CIE-Lab78.896836.2446-12.2635

#fbabdb color RGB value is (251,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 11011011
Octal 373 253 333
Decimal 251 171 219
Hex FB AB DB

RGB Percentages of Color #fbabdb

%39.16
%26.68
%34.17

CMYK Percentages of Color #fbabdb

%0
%32
%13
%2

Triadic Colors of #fbabdb

#fbabdb #dbfbab #abdbfb

Analogous Colors of #fbabdb

#fbabdb #fbabb3 #f3abfb

Monochromatic Colors of #fbabdb

#fbabdb

Complementary Color

#fbabdb #abfbcb

#fbabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbabdb Color CSS Codes

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

#fbabdb Text Font Color

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

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


#fbabdb Background Color

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

This div background color is #fbabdb


#fbabdb Border Color

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

This div border color is #fbabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbabdb


Comments

No comments written yet.

Please login to write comment.