COLOR #F5D2BB

HEX: #F5D2BB RGB: (245,210,187)

Color info

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

RGB color model

#F5D2BB color RGB value is (245,210,187).

RGB: (245,210,187) (96%, 82%, 73%)

RGB channels and saturation

R 245 of 255 = 96%
G 210 of 255 = 82%
B 187 of 255 = 73%

245
210
187

R + G + B ~ 84%. #F5D2BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 210 + 187 = 642 (100%)
R 245 of 642 ~ 38.16%
G 210 of 642 ~ 32.71%
B 187 of 642 ~ 29.13'%

%38.16
%32.71
%29.13

CMYK color model

#F5D2BB color CMYK value is (0,14,24,4).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 23.67%
  • key color value is 3.92%

CMYK: (0,14,24,4)
C0M14Y24K4 (0%, 14%, 24%, 4%)
(0.00 / 0.14 / 0.24 / 0.04)

CMYK percentages

%0
%14.29
%23.67
%3.92

Codes

Color #F5D2BB in popluar color models

F5 D2 BB
RGB 245 210 187
HSL 24° 74.36% 84.71%
HSB/HSV 24° 23.67% 96.08%
CMYK 0.00% 14.29% 23.67%
3.92%

Color #F5D2BB in popluar number systems.

HEX F5 D2 BB
Decimal 245 210 187
Binary 11110101 11010010 10111011
Octal 365 322 273

Shades and tints

Shades of #F5D2BB

#F5D2BB
(245,210,187)
#DFBFAA
(223,191,170)
#C9AC99
(201,172,153)
#B39988
(179,153,136)
#9D8677
(157,134,119)
#877366
(135,115,102)
#716055
(113,96,85)
#5B4D44
(91,77,68)
#453A33
(69,58,51)
#2F2722
(47,39,34)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #F5D2BB

#F5D2BB
(245,210,187)
#F5D6C1
(245,214,193)
#F5DAC7
(245,218,199)
#F5DECD
(245,222,205)
#F5E2D3
(245,226,211)
#F5E6D9
(245,230,217)
#F5EADF
(245,234,223)
#F5EEE5
(245,238,229)
#F5F2EB
(245,242,235)
#F5F6F1
(245,246,241)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D2BB color. Also use rgb(245,210,187) instead hex code.

Text Font Color

.myTextColor { color: #F5D2BB; }

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

This text font color is #F5D2BB.

Background Color

.myBgColor { background-color: #F5D2BB; }

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

This div background color is #F5D2BB.

Border color

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

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

This div border color is #F5D2BB.

Opacity

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

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

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

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

This text has shadow with #F5D2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D2BB.

Preview

Color preview on black background

This text has color #F5D2BB on black background.


Color preview on white background

This text has color #F5D2BB on white background.


Black color preview on #F5D2BB background

This text has black color on #F5D2BB background.


White color preview on #F5D2BB background

This text has white color on #F5D2BB background.


Related colors

Complementary color

Complementary color for #hex is #0A2D44.


I love getcolorcode.com

Triadic colors

1 #BBF5D2 and #D2BBF5 with #F5D2BB are triadic colors.

2 #BBD2F5 and #D2F5BB with #F5D2BB are triadic colors.