Color Hex Logo

#fbabd8 Color Hex

#FBABD8
(251,171,216)
0 Favorites   0 Comments

Color spaces of #fbabd8

RGB 251171216
HSL0.910.910.83
HSV326°32°98°
CMYK 0.000.320.14   0.02
XYZ66.741254.592971.9856
Yxy54.59290.34520.2824
Hunter Lab73.887031.9345-6.0433
CIE-Lab78.806235.7674-10.7719

#fbabd8 color RGB value is (251,171,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 11011000
Octal 373 253 330
Decimal 251 171 216
Hex FB AB D8

RGB Percentages of Color #fbabd8

%39.34
%26.80
%33.86

CMYK Percentages of Color #fbabd8

%0
%32
%14
%2

Triadic Colors of #fbabd8

#fbabd8 #d8fbab #abd8fb

Analogous Colors of #fbabd8

#fbabd8 #fbabb0 #f6abfb

Monochromatic Colors of #fbabd8

#fbabd8

Complementary Color

#fbabd8 #abfbce

#fbabd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbabd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbabd8 Color CSS Codes

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

#fbabd8 Text Font Color

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

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


#fbabd8 Background Color

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

This div background color is #fbabd8


#fbabd8 Border Color

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

This div border color is #fbabd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbabd8

Related Colors


Comments

No comments written yet.

Please login to write comment.