Color Hex Logo

#f6bcc5 Color Hex

#F6BCC5
(246,188,197)
0 Favorites   0 Comments

Color spaces of #f6bcc5

RGB 246188197
HSL0.970.760.85
HSV351°24°96°
CMYK 0.000.240.20   0.04
XYZ66.067359.590560.8433
Yxy59.59050.35420.3195
Hunter Lab77.194917.67837.3054
CIE-Lab81.615122.15923.5688

#f6bcc5 color RGB value is (246,188,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111100 11000101
Octal 366 274 305
Decimal 246 188 197
Hex F6 BC C5

RGB Percentages of Color #f6bcc5

%38.99
%29.79
%31.22

CMYK Percentages of Color #f6bcc5

%0
%24
%20
%4

Triadic Colors of #f6bcc5

#f6bcc5 #c5f6bc #bcc5f6

Analogous Colors of #f6bcc5

#f6bcc5 #f6d0bc #f6bce2

Monochromatic Colors of #f6bcc5

#f6bcc5

Complementary Color

#f6bcc5 #bcf6ed

#f6bcc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bcc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bcc5 Color CSS Codes

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

#f6bcc5 Text Font Color

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

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


#f6bcc5 Background Color

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

This div background color is #f6bcc5


#f6bcc5 Border Color

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

This div border color is #f6bcc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bcc5


Comments

No comments written yet.

Please login to write comment.