color codes Logo

#f1bcdb color codes

#F1BCDB
(241,188,219)
0 Favorites   0 Comments

Color spaces of #f1bcdb

RGB 241188219
HSL0.900.650.84
HSV325°22°95°
CMYK 0.000.220.09   0.05
XYZ67.045059.781775.0232
Yxy59.78170.33220.2962
Hunter Lab77.318619.4744-3.4068
CIE-Lab81.719423.8839-8.1662

#f1bcdb color RGB value is (241,188,219).

#f1bcdb hex color red value is 241, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f1bcdb hue: 0.90 , saturation: 0.65 and the lightness value of f1bcdb is 0.84.

The process color (four color CMYK) of #f1bcdb color code is 0.00, 0.22, 0.09, 0.05. Web safe color of #f1bcdb is #ffcccc. Color #f1bcdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111100 11011011
Octal 361 274 333
Decimal 241 188 219
Hex F1 BC DB

RGB Percentages of Color #f1bcdb

%37.19
%29.01
%33.80

CMYK Percentages of Color #f1bcdb

%0
%22
%9
%5

Triadic Colors of #f1bcdb

#f1bcdb #dbf1bc #bcdbf1

Analogous Colors of #f1bcdb

#f1bcdb #f1bcc1 #edbcf1

Monochromatic Colors of #f1bcdb

#f1bcdb

Complementary Color

#f1bcdb #bcf1d2

#f1bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bcdb Color CSS Codes

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

#f1bcdb Text Font Color

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

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


#f1bcdb Background Color

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

This div background color is #f1bcdb


#f1bcdb Border Color

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

This div border color is #f1bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bcdb


Comments

No comments written yet.

Please login to write comment.