Color Hex Logo

#ffabfc Color Hex

#FFABFC
(255,171,252)
0 Favorites   0 Comments

Color spaces of #ffabfc

RGB 255171252
HSL0.841.000.84
HSV302°33°100°
CMYK 0.000.330.01   0.00
XYZ73.373657.414199.3103
Yxy57.41410.31890.2495
Hunter Lab75.772140.2486-24.6677
CIE-Lab80.411943.1049-27.7307

#ffabfc color RGB value is (255,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 11111100
Octal 377 253 374
Decimal 255 171 252
Hex FF AB FC

RGB Percentages of Color #ffabfc

%37.61
%25.22
%37.17

CMYK Percentages of Color #ffabfc

%0
%33
%1
%0

Triadic Colors of #ffabfc

#ffabfc #fcffab #abfcff

Analogous Colors of #ffabfc

#ffabfc #ffabd2 #d8abff

Monochromatic Colors of #ffabfc

#ffabfc

Complementary Color

#ffabfc #abffae

#ffabfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabfc Color CSS Codes

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

#ffabfc Text Font Color

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

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


#ffabfc Background Color

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

This div background color is #ffabfc


#ffabfc Border Color

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

This div border color is #ffabfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabfc

Related Colors


Comments

No comments written yet.

Please login to write comment.