Color Hex Logo

#f6bccb Color Hex

#F6BCCB
(246,188,203)
0 Favorites   0 Comments

Color spaces of #f6bccb

RGB 246188203
HSL0.960.760.85
HSV344°24°96°
CMYK 0.000.240.17   0.04
XYZ66.768759.871164.5371
Yxy59.87110.34930.3132
Hunter Lab77.376418.62034.7117
CIE-Lab81.768123.06170.5642

#f6bccb color RGB value is (246,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111100 11001011
Octal 366 274 313
Decimal 246 188 203
Hex F6 BC CB

RGB Percentages of Color #f6bccb

%38.62
%29.51
%31.87

CMYK Percentages of Color #f6bccb

%0
%24
%17
%4

Triadic Colors of #f6bccb

#f6bccb #cbf6bc #bccbf6

Analogous Colors of #f6bccb

#f6bccb #f6cabc #f6bce8

Monochromatic Colors of #f6bccb

#f6bccb

Complementary Color

#f6bccb #bcf6e7

#f6bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bccb Color CSS Codes

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

#f6bccb Text Font Color

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

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


#f6bccb Background Color

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

This div background color is #f6bccb


#f6bccb Border Color

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

This div border color is #f6bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bccb


Comments

No comments written yet.

Please login to write comment.