Color Hex Logo

#f6b0ba Color Hex

#F6B0BA
(246,176,186)
0 Favorites   0 Comments

Color spaces of #f6b0ba

RGB 246176186
HSL0.980.800.83
HSV351°28°96°
CMYK 0.000.280.24   0.04
XYZ62.394354.188753.6253
Yxy54.18870.36660.3184
Hunter Lab73.613022.47388.3377
CIE-Lab78.571626.91275.1117

#f6b0ba color RGB value is (246,176,186).

#f6b0ba hex color red value is 246, green value is 176 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f6b0ba hue: 0.98 , saturation: 0.80 and the lightness value of f6b0ba is 0.83.

The process color (four color CMYK) of #f6b0ba color hex is 0.00, 0.28, 0.24, 0.04. Web safe color of #f6b0ba is #ff99cc. Color #f6b0ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10110000 10111010
Octal 366 260 272
Decimal 246 176 186
Hex F6 B0 BA

RGB Percentages of Color #f6b0ba

%40.46
%28.95
%30.59

CMYK Percentages of Color #f6b0ba

%0
%28
%24
%4

Triadic Colors of #f6b0ba

#f6b0ba #baf6b0 #b0baf6

Analogous Colors of #f6b0ba

#f6b0ba #f6c9b0 #f6b0dd

Monochromatic Colors of #f6b0ba

#f6b0ba

Complementary Color

#f6b0ba #b0f6ec

#f6b0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6b0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6b0ba Color CSS Codes

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

#f6b0ba Text Font Color

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

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


#f6b0ba Background Color

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

This div background color is #f6b0ba


#f6b0ba Border Color

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

This div border color is #f6b0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6b0ba


Comments

No comments written yet.

Please login to write comment.