COLOR #F8C4BE

HEX: #F8C4BE RGB: (248,196,190)

Color info

#F8C4BE contains red, green and blue colors in about the same proportion. Web safe color of #F8C4BE is #FFCCCC (or #FCC).

RGB color model

#F8C4BE color RGB value is (248,196,190).

RGB: (248,196,190) (97%, 77%, 75%)

RGB channels and saturation

R 248 of 255 = 97%
G 196 of 255 = 77%
B 190 of 255 = 75%

248
196
190

R + G + B ~ 83%. #F8C4BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 196 + 190 = 634 (100%)
R 248 of 634 ~ 39.12%
G 196 of 634 ~ 30.91%
B 190 of 634 ~ 29.97'%

%39.12
%30.91
%29.97

CMYK color model

#F8C4BE color CMYK value is (0,21,23,3).

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

CMYK: (0,21,23,3)
C0M21Y23K3 (0%, 21%, 23%, 3%)
(0.00 / 0.21 / 0.23 / 0.03)

CMYK percentages

%0
%20.97
%23.39
%2.75

Codes

Color #F8C4BE in popluar color models

F8 C4 BE
RGB 248 196 190
HSL 80.56% 85.88%
HSB/HSV 23.39% 97.25%
CMYK 0.00% 20.97% 23.39%
2.75%

Color #F8C4BE in popluar number systems.

HEX F8 C4 BE
Decimal 248 196 190
Binary 11111000 11000100 10111110
Octal 370 304 276

Shades and tints

Shades of #F8C4BE

#F8C4BE
(248,196,190)
#E2B3AD
(226,179,173)
#CCA29C
(204,162,156)
#B6918B
(182,145,139)
#A0807A
(160,128,122)
#8A6F69
(138,111,105)
#745E58
(116,94,88)
#5E4D47
(94,77,71)
#483C36
(72,60,54)
#322B25
(50,43,37)
#1C1A14
(28,26,20)
#000000
(0,0,0)

Tints of #F8C4BE

#F8C4BE
(248,196,190)
#F8C9C3
(248,201,195)
#F8CEC8
(248,206,200)
#F8D3CD
(248,211,205)
#F8D8D2
(248,216,210)
#F8DDD7
(248,221,215)
#F8E2DC
(248,226,220)
#F8E7E1
(248,231,225)
#F8ECE6
(248,236,230)
#F8F1EB
(248,241,235)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8C4BE; }

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

This text font color is #F8C4BE.

Background Color

.myBgColor { background-color: #F8C4BE; }

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

This div background color is #F8C4BE.

Border color

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

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

This div border color is #F8C4BE.

Opacity

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

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

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

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

This text has shadow with #F8C4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8C4BE.

Preview

Color preview on black background

This text has color #F8C4BE on black background.


Color preview on white background

This text has color #F8C4BE on white background.


Black color preview on #F8C4BE background

This text has black color on #F8C4BE background.


White color preview on #F8C4BE background

This text has white color on #F8C4BE background.


Related colors

Complementary color

Complementary color for #hex is #073B41.


I love getcolorcode.com

Triadic colors

1 #BEF8C4 and #C4BEF8 with #F8C4BE are triadic colors.

2 #BEC4F8 and #C4F8BE with #F8C4BE are triadic colors.