Color Hex Logo

#ffabfb Color Hex

#FFABFB
(255,171,251)
0 Favorites   0 Comments

Color spaces of #ffabfb

RGB 255171251
HSL0.841.000.84
HSV303°33°100°
CMYK 0.000.330.02   0.00
XYZ73.215557.350998.4777
Yxy57.35090.31970.2504
Hunter Lab75.730440.0442-24.0878
CIE-Lab80.376642.9278-27.2481

#ffabfb color RGB value is (255,171,251).

#ffabfb hex color red value is 255, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ffabfb hue: 0.84 , saturation: 1.00 and the lightness value of ffabfb is 0.84.

The process color (four color CMYK) of #ffabfb color hex is 0.00, 0.33, 0.02, 0.00. Web safe color of #ffabfb is #ff99ff. Color #ffabfb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 11111011
Octal 377 253 373
Decimal 255 171 251
Hex FF AB FB

RGB Percentages of Color #ffabfb

%37.67
%25.26
%37.08

CMYK Percentages of Color #ffabfb

%0
%33
%2
%0

Triadic Colors of #ffabfb

#ffabfb #fbffab #abfbff

Analogous Colors of #ffabfb

#ffabfb #ffabd1 #d9abff

Monochromatic Colors of #ffabfb

#ffabfb

Complementary Color

#ffabfb #abffaf

#ffabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabfb Color CSS Codes

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

#ffabfb Text Font Color

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

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


#ffabfb Background Color

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

This div background color is #ffabfb


#ffabfb Border Color

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

This div border color is #ffabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabfb

Related Colors

#ffabfb Color Palettes


Comments

No comments written yet.

Please login to write comment.