Color Hex Logo

#f1bfdb Color Hex

#F1BFDB
(241,191,219)
0 Favorites   0 Comments

Color spaces of #f1bfdb

RGB 241191219
HSL0.910.640.85
HSV326°21°95°
CMYK 0.000.210.09   0.05
XYZ67.692661.076875.2391
Yxy61.07680.33180.2994
Hunter Lab78.151617.8459-2.3742
CIE-Lab82.420022.2924-7.1275

#f1bfdb color RGB value is (241,191,219).

#f1bfdb hex color red value is 241, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f1bfdb hue: 0.91 , saturation: 0.64 and the lightness value of f1bfdb is 0.85.

The process color (four color CMYK) of #f1bfdb color hex is 0.00, 0.21, 0.09, 0.05. Web safe color of #f1bfdb is #ffcccc. Color #f1bfdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111111 11011011
Octal 361 277 333
Decimal 241 191 219
Hex F1 BF DB

RGB Percentages of Color #f1bfdb

%37.02
%29.34
%33.64

CMYK Percentages of Color #f1bfdb

%0
%21
%9
%5

Triadic Colors of #f1bfdb

#f1bfdb #dbf1bf #bfdbf1

Analogous Colors of #f1bfdb

#f1bfdb #f1bfc2 #eebff1

Monochromatic Colors of #f1bfdb

#f1bfdb

Complementary Color

#f1bfdb #bff1d5

#f1bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bfdb Color CSS Codes

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

#f1bfdb Text Font Color

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

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


#f1bfdb Background Color

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

This div background color is #f1bfdb


#f1bfdb Border Color

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

This div border color is #f1bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bfdb


Comments

No comments written yet.

Please login to write comment.