Color Hex Logo

#f6b191 Color Hex

#F6B191
(246,177,145)
0 Favorites   0 Comments

Color spaces of #f6b191

RGB 246177145
HSL0.050.850.77
HSV19°41°96°
CMYK 0.000.280.41   0.04
XYZ58.839053.081433.9327
Yxy53.08140.40340.3639
Hunter Lab72.857016.656123.3859
CIE-Lab77.923021.292826.3395

#f6b191 color RGB value is (246,177,145).

#f6b191 hex color red value is 246, green value is 177 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #f6b191 hue: 0.05 , saturation: 0.85 and the lightness value of f6b191 is 0.77.

The process color (four color CMYK) of #f6b191 color hex is 0.00, 0.28, 0.41, 0.04. Web safe color of #f6b191 is #ff9999. Color #f6b191 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10110001 10010001
Octal 366 261 221
Decimal 246 177 145
Hex F6 B1 91

RGB Percentages of Color #f6b191

%43.31
%31.16
%25.53

CMYK Percentages of Color #f6b191

%0
%28
%41
%4

Triadic Colors of #f6b191

#f6b191 #91f6b1 #b191f6

Analogous Colors of #f6b191

#f6b191 #f6e491 #f691a4

Monochromatic Colors of #f6b191

#f6b191

Complementary Color

#f6b191 #91d6f6

#f6b191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6b191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6b191 Color CSS Codes

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

#f6b191 Text Font Color

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

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


#f6b191 Background Color

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

This div background color is #f6b191


#f6b191 Border Color

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

This div border color is #f6b191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6b191


Comments

No comments written yet.

Please login to write comment.