Color Hex Logo

#f1acdb Color Hex

#F1ACDB
(241,172,219)
0 Favorites   0 Comments

Color spaces of #f1acdb

RGB 241172219
HSL0.890.710.81
HSV319°29°95°
CMYK 0.000.290.09   0.05
XYZ63.814353.320373.9463
Yxy53.32030.33400.2790
Hunter Lab73.020828.2084-8.9270
CIE-Lab78.063732.3738-13.6198

#f1acdb color RGB value is (241,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101100 11011011
Octal 361 254 333
Decimal 241 172 219
Hex F1 AC DB

RGB Percentages of Color #f1acdb

%38.13
%27.22
%34.65

CMYK Percentages of Color #f1acdb

%0
%29
%9
%5

Triadic Colors of #f1acdb

#f1acdb #dbf1ac #acdbf1

Analogous Colors of #f1acdb

#f1acdb #f1acb9 #e5acf1

Monochromatic Colors of #f1acdb

#f1acdb

Complementary Color

#f1acdb #acf1c2

#f1acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1acdb Color CSS Codes

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

#f1acdb Text Font Color

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

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


#f1acdb Background Color

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

This div background color is #f1acdb


#f1acdb Border Color

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

This div border color is #f1acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1acdb


Comments

No comments written yet.

Please login to write comment.