COLOR #F8C4BB

HEX: #F8C4BB RGB: (248,196,187)

Color info

#F8C4BB contains mainly red and green colors. Web safe color of #F8C4BB is #FFCCCC (or #FCC).

RGB color model

#F8C4BB color RGB value is (248,196,187).

RGB: (248,196,187) (97%, 77%, 73%)

RGB channels and saturation

R 248 of 255 = 97%
G 196 of 255 = 77%
B 187 of 255 = 73%

248
196
187

R + G + B ~ 82%. #F8C4BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 196 + 187 = 631 (100%)
R 248 of 631 ~ 39.3%
G 196 of 631 ~ 31.06%
B 187 of 631 ~ 29.64'%

%39.3
%31.06
%29.64

CMYK color model

#F8C4BB color CMYK value is (0,21,25,3).

  • cyan value is 0.00%
  • magenta value is 20.97%
  • yellow value is 24.60%
  • key color value is 2.75%

CMYK: (0,21,25,3)
C0M21Y25K3 (0%, 21%, 25%, 3%)
(0.00 / 0.21 / 0.25 / 0.03)

CMYK percentages

%0
%20.97
%24.6
%2.75

Codes

Color #F8C4BB in popluar color models

F8 C4 BB
RGB 248 196 187
HSL 81.33% 85.29%
HSB/HSV 24.60% 97.25%
CMYK 0.00% 20.97% 24.60%
2.75%

Color #F8C4BB in popluar number systems.

HEX F8 C4 BB
Decimal 248 196 187
Binary 11111000 11000100 10111011
Octal 370 304 273

Shades and tints

Shades of #F8C4BB

#F8C4BB
(248,196,187)
#E2B3AA
(226,179,170)
#CCA299
(204,162,153)
#B69188
(182,145,136)
#A08077
(160,128,119)
#8A6F66
(138,111,102)
#745E55
(116,94,85)
#5E4D44
(94,77,68)
#483C33
(72,60,51)
#322B22
(50,43,34)
#1C1A11
(28,26,17)
#000000
(0,0,0)

Tints of #F8C4BB

#F8C4BB
(248,196,187)
#F8C9C1
(248,201,193)
#F8CEC7
(248,206,199)
#F8D3CD
(248,211,205)
#F8D8D3
(248,216,211)
#F8DDD9
(248,221,217)
#F8E2DF
(248,226,223)
#F8E7E5
(248,231,229)
#F8ECEB
(248,236,235)
#F8F1F1
(248,241,241)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C4BB color. Also use rgb(248,196,187) instead hex code.

Text Font Color

.myTextColor { color: #F8C4BB; }

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

This text font color is #F8C4BB.

Background Color

.myBgColor { background-color: #F8C4BB; }

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

This div background color is #F8C4BB.

Border color

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

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

This div border color is #F8C4BB.

Opacity

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

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

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

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

This text has shadow with #F8C4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8C4BB.

Preview

Color preview on black background

This text has color #F8C4BB on black background.


Color preview on white background

This text has color #F8C4BB on white background.


Black color preview on #F8C4BB background

This text has black color on #F8C4BB background.


White color preview on #F8C4BB background

This text has white color on #F8C4BB background.


Related colors

Complementary color

Complementary color for #hex is #073B44.


I love getcolorcode.com

Triadic colors

1 #BBF8C4 and #C4BBF8 with #F8C4BB are triadic colors.

2 #BBC4F8 and #C4F8BB with #F8C4BB are triadic colors.