Color Hex Logo

#f1bcdf Color Hex

#F1BCDF
(241,188,223)
0 Favorites   0 Comments

Color spaces of #f1bcdf

RGB 241188223
HSL0.890.650.84
HSV320°22°95°
CMYK 0.000.220.07   0.05
XYZ67.578159.994977.8305
Yxy59.99490.32900.2921
Hunter Lab77.456420.1866-5.3569
CIE-Lab81.835424.5603-10.1426

#f1bcdf color RGB value is (241,188,223).

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

The process color (four color CMYK) of #f1bcdf color hex is 0.00, 0.22, 0.07, 0.05. Web safe color of #f1bcdf is #ffcccc. Color #f1bcdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111100 11011111
Octal 361 274 337
Decimal 241 188 223
Hex F1 BC DF

RGB Percentages of Color #f1bcdf

%36.96
%28.83
%34.20

CMYK Percentages of Color #f1bcdf

%0
%22
%7
%5

Triadic Colors of #f1bcdf

#f1bcdf #dff1bc #bcdff1

Analogous Colors of #f1bcdf

#f1bcdf #f1bcc5 #e9bcf1

Monochromatic Colors of #f1bcdf

#f1bcdf

Complementary Color

#f1bcdf #bcf1ce

#f1bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bcdf Color CSS Codes

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

#f1bcdf Text Font Color

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

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


#f1bcdf Background Color

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

This div background color is #f1bcdf


#f1bcdf Border Color

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

This div border color is #f1bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bcdf


Comments

No comments written yet.

Please login to write comment.