Color Hex Logo

#f6bcbd Color Hex

#F6BCBD
(246,188,189)
0 Favorites   0 Comments

Color spaces of #f6bcbd

RGB 246188189
HSL1.000.760.85
HSV359°24°96°
CMYK 0.000.240.23   0.04
XYZ65.174659.233456.1422
Yxy59.23340.36100.3281
Hunter Lab76.963216.473110.6241
CIE-Lab81.419720.99757.5889

#f6bcbd color RGB value is (246,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111100 10111101
Octal 366 274 275
Decimal 246 188 189
Hex F6 BC BD

RGB Percentages of Color #f6bcbd

%39.49
%30.18
%30.34

CMYK Percentages of Color #f6bcbd

%0
%24
%23
%4

Triadic Colors of #f6bcbd

#f6bcbd #bdf6bc #bcbdf6

Analogous Colors of #f6bcbd

#f6bcbd #f6d8bc #f6bcda

Monochromatic Colors of #f6bcbd

#f6bcbd

Complementary Color

#f6bcbd #bcf6f5

#f6bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bcbd Color CSS Codes

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

#f6bcbd Text Font Color

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

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


#f6bcbd Background Color

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

This div background color is #f6bcbd


#f6bcbd Border Color

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

This div border color is #f6bcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bcbd

Related Colors


Comments

No comments written yet.

Please login to write comment.