Color Hex Logo

#fbabdc Color Hex

#FBABDC
(251,171,220)
0 Favorites   0 Comments

Color spaces of #fbabdc

RGB 251171220
HSL0.900.910.83
HSV323°32°98°
CMYK 0.000.320.12   0.02
XYZ67.264854.802474.7428
Yxy54.80240.34180.2785
Hunter Lab74.028632.6407-8.0419
CIE-Lab78.927336.4045-12.7598

#fbabdc color RGB value is (251,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 11011100
Octal 373 253 334
Decimal 251 171 220
Hex FB AB DC

RGB Percentages of Color #fbabdc

%39.10
%26.64
%34.27

CMYK Percentages of Color #fbabdc

%0
%32
%12
%2

Triadic Colors of #fbabdc

#fbabdc #dcfbab #abdcfb

Analogous Colors of #fbabdc

#fbabdc #fbabb4 #f2abfb

Monochromatic Colors of #fbabdc

#fbabdc

Complementary Color

#fbabdc #abfbca

#fbabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbabdc Color CSS Codes

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

#fbabdc Text Font Color

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

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


#fbabdc Background Color

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

This div background color is #fbabdc


#fbabdc Border Color

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

This div border color is #fbabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbabdc

Related Colors


Comments

No comments written yet.

Please login to write comment.