Color Hex Logo

#ffabf1 Color Hex

#FFABF1
(255,171,241)
0 Favorites   0 Comments

Color spaces of #ffabf1

RGB 255171241
HSL0.861.000.84
HSV310°33°100°
CMYK 0.000.330.05   0.00
XYZ71.680156.736790.3924
Yxy56.73670.32760.2593
Hunter Lab75.323838.0488-18.4244
CIE-Lab80.031341.1895-22.3983

#ffabf1 color RGB value is (255,171,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 11110001
Octal 377 253 361
Decimal 255 171 241
Hex FF AB F1

RGB Percentages of Color #ffabf1

%38.23
%25.64
%36.13

CMYK Percentages of Color #ffabf1

%0
%33
%5
%0

Triadic Colors of #ffabf1

#ffabf1 #f1ffab #abf1ff

Analogous Colors of #ffabf1

#ffabf1 #ffabc7 #e3abff

Monochromatic Colors of #ffabf1

#ffabf1

Complementary Color

#ffabf1 #abffb9

#ffabf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabf1 Color CSS Codes

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

#ffabf1 Text Font Color

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

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


#ffabf1 Background Color

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

This div background color is #ffabf1


#ffabf1 Border Color

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

This div border color is #ffabf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabf1

Related Colors

#ffabf1 Color Palettes


Comments

No comments written yet.

Please login to write comment.