Color Hex Logo

#ffabfa Color Hex

#FFABFA
(255,171,250)
0 Favorites   0 Comments

Color spaces of #ffabfa

RGB 255171250
HSL0.841.000.84
HSV304°33°100°
CMYK 0.000.330.02   0.00
XYZ73.058257.287997.6496
Yxy57.28790.32040.2513
Hunter Lab75.688839.8409-23.5106
CIE-Lab80.341342.7515-26.7653

#ffabfa color RGB value is (255,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 11111010
Octal 377 253 372
Decimal 255 171 250
Hex FF AB FA

RGB Percentages of Color #ffabfa

%37.72
%25.30
%36.98

CMYK Percentages of Color #ffabfa

%0
%33
%2
%0

Triadic Colors of #ffabfa

#ffabfa #faffab #abfaff

Analogous Colors of #ffabfa

#ffabfa #ffabd0 #daabff

Monochromatic Colors of #ffabfa

#ffabfa

Complementary Color

#ffabfa #abffb0

#ffabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabfa Color CSS Codes

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

#ffabfa Text Font Color

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

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


#ffabfa Background Color

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

This div background color is #ffabfa


#ffabfa Border Color

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

This div border color is #ffabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabfa

Related Colors

#ffabfa Color Palettes


Comments

No comments written yet.

Please login to write comment.