Color Hex Logo

#f1acfc Color Hex

#F1ACFC
(241,172,252)
0 Favorites   0 Comments

Color spaces of #f1acfc

RGB 241172252
HSL0.810.930.83
HSV292°32°99°
CMYK 0.040.320.00   0.01
XYZ68.598855.234199.1412
Yxy55.23410.30770.2477
Hunter Lab74.319634.7004-27.0681
CIE-Lab79.175938.2592-29.7516

#f1acfc color RGB value is (241,172,252).

#f1acfc hex color red value is 241, green value is 172 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f1acfc hue: 0.81 , saturation: 0.93 and the lightness value of f1acfc is 0.83.

The process color (four color CMYK) of #f1acfc color hex is 0.04, 0.32, 0.00, 0.01. Web safe color of #f1acfc is #ff99ff. Color #f1acfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101100 11111100
Octal 361 254 374
Decimal 241 172 252
Hex F1 AC FC

RGB Percentages of Color #f1acfc

%36.24
%25.86
%37.89

CMYK Percentages of Color #f1acfc

%4
%32
%0
%1

Triadic Colors of #f1acfc

#f1acfc #fcf1ac #acfcf1

Analogous Colors of #f1acfc

#f1acfc #fcacdf #c9acfc

Monochromatic Colors of #f1acfc

#f1acfc

Complementary Color

#f1acfc #b7fcac

#f1acfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1acfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1acfc Color CSS Codes

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

#f1acfc Text Font Color

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

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


#f1acfc Background Color

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

This div background color is #f1acfc


#f1acfc Border Color

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

This div border color is #f1acfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,172,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 #f1acfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1acfc

Related Colors


Comments

No comments written yet.

Please login to write comment.