COLOR #F8D2B2

HEX: #F8D2B2 RGB: (248,210,178)

Color info

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

RGB color model

#F8D2B2 color RGB value is (248,210,178).

RGB: (248,210,178) (97%, 82%, 70%)

RGB channels and saturation

R 248 of 255 = 97%
G 210 of 255 = 82%
B 178 of 255 = 70%

248
210
178

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

Portions of RGB colors in percentages

R + G + B = 248 + 210 + 178 = 636 (100%)
R 248 of 636 ~ 38.99%
G 210 of 636 ~ 33.02%
B 178 of 636 ~ 27.99'%

%38.99
%33.02
%27.99

CMYK color model

#F8D2B2 color CMYK value is (0,15,28,3).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 28.23%
  • key color value is 2.75%

CMYK: (0,15,28,3)
C0M15Y28K3 (0%, 15%, 28%, 3%)
(0.00 / 0.15 / 0.28 / 0.03)

CMYK percentages

%0
%15.32
%28.23
%2.75

Codes

Color #F8D2B2 in popluar color models

F8 D2 B2
RGB 248 210 178
HSL 27° 83.33% 83.53%
HSB/HSV 27° 28.23% 97.25%
CMYK 0.00% 15.32% 28.23%
2.75%

Color #F8D2B2 in popluar number systems.

HEX F8 D2 B2
Decimal 248 210 178
Binary 11111000 11010010 10110010
Octal 370 322 262

Shades and tints

Shades of #F8D2B2

#F8D2B2
(248,210,178)
#E2BFA2
(226,191,162)
#CCAC92
(204,172,146)
#B69982
(182,153,130)
#A08672
(160,134,114)
#8A7362
(138,115,98)
#746052
(116,96,82)
#5E4D42
(94,77,66)
#483A32
(72,58,50)
#322722
(50,39,34)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #F8D2B2

#F8D2B2
(248,210,178)
#F8D6B9
(248,214,185)
#F8DAC0
(248,218,192)
#F8DEC7
(248,222,199)
#F8E2CE
(248,226,206)
#F8E6D5
(248,230,213)
#F8EADC
(248,234,220)
#F8EEE3
(248,238,227)
#F8F2EA
(248,242,234)
#F8F6F1
(248,246,241)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D2B2 color. Also use rgb(248,210,178) instead hex code.

Text Font Color

.myTextColor { color: #F8D2B2; }

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

This text font color is #F8D2B2.

Background Color

.myBgColor { background-color: #F8D2B2; }

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

This div background color is #F8D2B2.

Border color

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

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

This div border color is #F8D2B2.

Opacity

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

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

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

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

This text has shadow with #F8D2B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8D2B2.

Preview

Color preview on black background

This text has color #F8D2B2 on black background.


Color preview on white background

This text has color #F8D2B2 on white background.


Black color preview on #F8D2B2 background

This text has black color on #F8D2B2 background.


White color preview on #F8D2B2 background

This text has white color on #F8D2B2 background.


Related colors

Complementary color

Complementary color for #hex is #072D4D.


I love getcolorcode.com

Triadic colors

1 #B2F8D2 and #D2B2F8 with #F8D2B2 are triadic colors.

2 #B2D2F8 and #D2F8B2 with #F8D2B2 are triadic colors.