COLOR #FFB095

HEX: #FFB095
RGB: (255,176,149)

Color info

#FFB095 contains mainly red color. Web safe color of #FFB095 is #FF9999 (or #F99).

RGB color model

#FFB095 color RGB value is (255,176,149).

  • red value is 255;
  • green value is 176;
  • blue value is 149.
RGB:
(255,176,149)
(100%,69%,58%)

RGB channels and saturation

R 255 of 255 = 100%
G 176 of 255 = 69%
B 149 of 255 = 58%

255
176
149

R + G + B ~ 76%. #FFB095 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 176 + 149 = 580 (100%)
R 255 of 580 ~ 43.97%
G 176 of 580 ~ 30.34%
B 149 of 580 ~ 25.69%

%43.97
%30.34
%25.69

CMYK color model

#FFB095 color CMYK value is (0,31,42,0).

  • cyan value is 0.00%
  • magenta value is 30.98%
  • yellow value is 41.57%
  • key color value is 0.00%
CMYK:
(0,31,42,0)
C0M31Y42K0 
(0%,31%,42%,0%)
(0.00/0.31/0.42/0.00)	

CMYK percentages

%0
%30.98
%41.57
%0

Codes

Color #FFB095 in popluar color models

FFB095
RGB255176149
HSL15°100.00%79.22%
HSB/HSV15°41.57%100.00%
CMYK0.00%30.98%41.57%
0.00%

Color #FFB095 in popluar number systems.

HEXFFB095
Decimal255176149
Binary111111111011000010010101
Octal377260225

Shades and tints

Shades of #FFB095

#FFB095
(255,176,149)
#E8A088
(232,160,136)
#D1907B
(209,144,123)
#BA806E
(186,128,110)
#A37061
(163,112,97)
#8C6054
(140,96,84)
#755047
(117,80,71)
#5E403A
(94,64,58)
#47302D
(71,48,45)
#302020
(48,32,32)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #FFB095

#FFB095
(255,176,149)
#FFB79E
(255,183,158)
#FFBEA7
(255,190,167)
#FFC5B0
(255,197,176)
#FFCCB9
(255,204,185)
#FFD3C2
(255,211,194)
#FFDACB
(255,218,203)
#FFE1D4
(255,225,212)
#FFE8DD
(255,232,221)
#FFEFE6
(255,239,230)
#FFF6EF
(255,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFB095 color. Also use rgb(255,176,149) instead hex code.

Text Font Color

.myTextColor { color: #FFB095; }

<p style="color:#FFB095">This sample text font color is #FFB095.</p>

This text font color is #FFB095.


Background Color

.myBgColor { background-color: #FFB095; }

<div style="background-color:#FFB095">Inner text</div>

This div background color is #FFB095.


Border color

.myBorderColor { border: 1px solid #FFB095; }

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

This div border color is #FFB095.


Opacity

.myOpacity80 { color: #FFB095; opacity: 0.8; }

<p style="color:#FFB095;opacity:0.8;">80%</p>

Text with #FFB095 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFB095;}

<p style="text-shadow: 3px 3px 1px #FFB095">Text here.</p>

This text has shadow with #FFB095 color.

.textShadow {text-shadow: 3px 3px 1px #FFB095, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFB095, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFB095 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFB095, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFB095, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFB095 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FFB095;
  -webkit-box-shadow:	1px 1px 3px 2px #FFB095;
  box-shadow:		1px 1px 3px 2px #FFB095;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFB095;
-webkit-box-shadow: 1px 1px 3px 2px #FFB095;
box-shadow:1px 1px 3px 2px #FFB095;">
Div content here</div>
This div box has shadow with color #FFB095.

Preview

Color preview on black background

This text has color #FFB095 on black background.


Color preview on white background

This text has color #FFB095 on white background.



Black color preview on #FFB095 background

This text has black color on #FFB095 background.


White color preview on #FFB095 background

This text has white color on #FFB095 background.