COLOR #F4BB95

HEX: #F4BB95 RGB: (244,187,149)

Color info

#F4BB95 contains mainly red and green colors. Web safe color of #F4BB95 is #FFCC99 (or #FC9).

RGB color model

#F4BB95 color RGB value is (244,187,149).

RGB: (244,187,149) (96%, 73%, 58%)

RGB channels and saturation

R 244 of 255 = 96%
G 187 of 255 = 73%
B 149 of 255 = 58%

244
187
149

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

Portions of RGB colors in percentages

R + G + B = 244 + 187 + 149 = 580 (100%)
R 244 of 580 ~ 42.07%
G 187 of 580 ~ 32.24%
B 149 of 580 ~ 25.69'%

%42.07
%32.24
%25.69

CMYK color model

#F4BB95 color CMYK value is (0,23,39,4).

  • cyan value is 0.00%
  • magenta value is 23.36%
  • yellow value is 38.93%
  • key color value is 4.31%

CMYK: (0,23,39,4)
C0M23Y39K4 (0%, 23%, 39%, 4%)
(0.00 / 0.23 / 0.39 / 0.04)

CMYK percentages

%0
%23.36
%38.93
%4.31

Codes

Color #F4BB95 in popluar color models

F4 BB 95
RGB 244 187 149
HSL 24° 81.20% 77.06%
HSB/HSV 24° 38.93% 95.69%
CMYK 0.00% 23.36% 38.93%
4.31%

Color #F4BB95 in popluar number systems.

HEX F4 BB 95
Decimal 244 187 149
Binary 11110100 10111011 10010101
Octal 364 273 225

Shades and tints

Shades of #F4BB95

#F4BB95
(244,187,149)
#DEAA88
(222,170,136)
#C8997B
(200,153,123)
#B2886E
(178,136,110)
#9C7761
(156,119,97)
#866654
(134,102,84)
#705547
(112,85,71)
#5A443A
(90,68,58)
#44332D
(68,51,45)
#2E2220
(46,34,32)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #F4BB95

#F4BB95
(244,187,149)
#F5C19E
(245,193,158)
#F6C7A7
(246,199,167)
#F7CDB0
(247,205,176)
#F8D3B9
(248,211,185)
#F9D9C2
(249,217,194)
#FADFCB
(250,223,203)
#FBE5D4
(251,229,212)
#FCEBDD
(252,235,221)
#FDF1E6
(253,241,230)
#FEF7EF
(254,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4BB95 color. Also use rgb(244,187,149) instead hex code.

Text Font Color

.myTextColor { color: #F4BB95; }

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

This text font color is #F4BB95.

Background Color

.myBgColor { background-color: #F4BB95; }

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

This div background color is #F4BB95.

Border color

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

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

This div border color is #F4BB95.

Opacity

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

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

Text with #F4BB95 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 #F4BB95;}

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

This text has shadow with #F4BB95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4BB95.

Preview

Color preview on black background

This text has color #F4BB95 on black background.


Color preview on white background

This text has color #F4BB95 on white background.


Black color preview on #F4BB95 background

This text has black color on #F4BB95 background.


White color preview on #F4BB95 background

This text has white color on #F4BB95 background.


Related colors

Complementary color

Complementary color for #hex is #0B446A.


I love getcolorcode.com

Triadic colors

1 #95F4BB and #BB95F4 with #F4BB95 are triadic colors.

2 #95BBF4 and #BBF495 with #F4BB95 are triadic colors.