Color Hex Logo

#fbabda Color Hex

#FBABDA
(251,171,218)
0 Favorites   0 Comments

Color spaces of #fbabda

RGB 251171218
HSL0.900.910.83
HSV325°32°98°
CMYK 0.000.320.13   0.02
XYZ67.001554.697073.3559
Yxy54.69700.34350.2804
Hunter Lab73.957432.2860-7.0376
CIE-Lab78.866436.0849-11.7667

#fbabda color RGB value is (251,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 11011010
Octal 373 253 332
Decimal 251 171 218
Hex FB AB DA

RGB Percentages of Color #fbabda

%39.22
%26.72
%34.06

CMYK Percentages of Color #fbabda

%0
%32
%13
%2

Triadic Colors of #fbabda

#fbabda #dafbab #abdafb

Analogous Colors of #fbabda

#fbabda #fbabb2 #f4abfb

Monochromatic Colors of #fbabda

#fbabda

Complementary Color

#fbabda #abfbcc

#fbabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbabda Color CSS Codes

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

#fbabda Text Font Color

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

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


#fbabda Background Color

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

This div background color is #fbabda


#fbabda Border Color

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

This div border color is #fbabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbabda


Comments

No comments written yet.

Please login to write comment.