Color Hex Logo

#f1abdf Color Hex

#F1ABDF
(241,171,223)
0 Favorites   0 Comments

Color spaces of #f1abdf

RGB 241171223
HSL0.880.710.81
HSV315°29°95°
CMYK 0.000.290.07   0.05
XYZ64.157853.154376.6904
Yxy53.15430.33070.2740
Hunter Lab72.907029.4919-11.3319
CIE-Lab77.966033.5792-15.9365

#f1abdf color RGB value is (241,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101011 11011111
Octal 361 253 337
Decimal 241 171 223
Hex F1 AB DF

RGB Percentages of Color #f1abdf

%37.95
%26.93
%35.12

CMYK Percentages of Color #f1abdf

%0
%29
%7
%5

Triadic Colors of #f1abdf

#f1abdf #dff1ab #abdff1

Analogous Colors of #f1abdf

#f1abdf #f1abbc #e0abf1

Monochromatic Colors of #f1abdf

#f1abdf

Complementary Color

#f1abdf #abf1bd

#f1abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1abdf Color CSS Codes

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

#f1abdf Text Font Color

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

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


#f1abdf Background Color

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

This div background color is #f1abdf


#f1abdf Border Color

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

This div border color is #f1abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1abdf


Comments

No comments written yet.

Please login to write comment.