Color Hex Logo

#f6bcce Color Hex

#F6BCCE
(246,188,206)
0 Favorites   0 Comments

Color spaces of #f6bcce

RGB 246188206
HSL0.950.760.85
HSV341°24°96°
CMYK 0.000.240.16   0.04
XYZ67.129860.015566.4385
Yxy60.01550.34680.3100
Hunter Lab77.469719.10373.3813
CIE-Lab81.846623.5230-0.9344

#f6bcce color RGB value is (246,188,206).

#f6bcce hex color red value is 246, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f6bcce hue: 0.95 , saturation: 0.76 and the lightness value of f6bcce is 0.85.

The process color (four color CMYK) of #f6bcce color hex is 0.00, 0.24, 0.16, 0.04. Web safe color of #f6bcce is #ffcccc. Color #f6bcce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111100 11001110
Octal 366 274 316
Decimal 246 188 206
Hex F6 BC CE

RGB Percentages of Color #f6bcce

%38.44
%29.38
%32.19

CMYK Percentages of Color #f6bcce

%0
%24
%16
%4

Triadic Colors of #f6bcce

#f6bcce #cef6bc #bccef6

Analogous Colors of #f6bcce

#f6bcce #f6c7bc #f6bceb

Monochromatic Colors of #f6bcce

#f6bcce

Complementary Color

#f6bcce #bcf6e4

#f6bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bcce Color CSS Codes

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

#f6bcce Text Font Color

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

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


#f6bcce Background Color

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

This div background color is #f6bcce


#f6bcce Border Color

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

This div border color is #f6bcce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,188,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bcce


Comments

No comments written yet.

Please login to write comment.