Color Hex Logo

#f1bfcb Color Hex

#F1BFCB
(241,191,203)
0 Favorites   0 Comments

Color spaces of #f1bfcb

RGB 241191203
HSL0.960.640.85
HSV346°21°95°
CMYK 0.000.210.16   0.05
XYZ65.685960.274264.6720
Yxy60.27420.34460.3162
Hunter Lab77.636515.15974.9563
CIE-Lab81.987019.70230.8246

#f1bfcb color RGB value is (241,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111111 11001011
Octal 361 277 313
Decimal 241 191 203
Hex F1 BF CB

RGB Percentages of Color #f1bfcb

%37.95
%30.08
%31.97

CMYK Percentages of Color #f1bfcb

%0
%21
%16
%5

Triadic Colors of #f1bfcb

#f1bfcb #cbf1bf #bfcbf1

Analogous Colors of #f1bfcb

#f1bfcb #f1ccbf #f1bfe4

Monochromatic Colors of #f1bfcb

#f1bfcb

Complementary Color

#f1bfcb #bff1e5

#f1bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bfcb Color CSS Codes

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

#f1bfcb Text Font Color

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

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


#f1bfcb Background Color

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

This div background color is #f1bfcb


#f1bfcb Border Color

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

This div border color is #f1bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bfcb


Comments

No comments written yet.

Please login to write comment.