Color Hex Logo

#f1accf Color Hex

#F1ACCF
(241,172,207)
0 Favorites   0 Comments

Color spaces of #f1accf

RGB 241172207
HSL0.920.710.81
HSV330°29°95°
CMYK 0.000.290.14   0.05
XYZ62.290652.710865.9226
Yxy52.71080.34430.2913
Hunter Lab72.602226.0940-3.0136
CIE-Lab77.703930.4119-7.6367

#f1accf color RGB value is (241,172,207).

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

The process color (four color CMYK) of #f1accf color hex is 0.00, 0.29, 0.14, 0.05. Web safe color of #f1accf is #ff99cc. Color #f1accf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101100 11001111
Octal 361 254 317
Decimal 241 172 207
Hex F1 AC CF

RGB Percentages of Color #f1accf

%38.87
%27.74
%33.39

CMYK Percentages of Color #f1accf

%0
%29
%14
%5

Triadic Colors of #f1accf

#f1accf #cff1ac #accff1

Analogous Colors of #f1accf

#f1accf #f1acad #f1acf1

Monochromatic Colors of #f1accf

#f1accf

Complementary Color

#f1accf #acf1ce

#f1accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1accf Color CSS Codes

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

#f1accf Text Font Color

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

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


#f1accf Background Color

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

This div background color is #f1accf


#f1accf Border Color

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

This div border color is #f1accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1accf


Comments

No comments written yet.

Please login to write comment.