COLOR #F5D3CB

HEX: #F5D3CB RGB: (245,211,203)

Color info

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

RGB color model

#F5D3CB color RGB value is (245,211,203).

RGB: (245,211,203) (96%, 83%, 80%)

RGB channels and saturation

R 245 of 255 = 96%
G 211 of 255 = 83%
B 203 of 255 = 80%

245
211
203

R + G + B ~ 86%. #F5D3CB is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 211 + 203 = 659 (100%)
R 245 of 659 ~ 37.18%
G 211 of 659 ~ 32.02%
B 203 of 659 ~ 30.8'%

%37.18
%32.02
%30.8

CMYK color model

#F5D3CB color CMYK value is (0,14,17,4).

  • cyan value is 0.00%
  • magenta value is 13.88%
  • yellow value is 17.14%
  • key color value is 3.92%

CMYK: (0,14,17,4)
C0M14Y17K4 (0%, 14%, 17%, 4%)
(0.00 / 0.14 / 0.17 / 0.04)

CMYK percentages

%0
%13.88
%17.14
%3.92

Codes

Color #F5D3CB in popluar color models

F5 D3 CB
RGB 245 211 203
HSL 11° 67.74% 87.84%
HSB/HSV 11° 17.14% 96.08%
CMYK 0.00% 13.88% 17.14%
3.92%

Color #F5D3CB in popluar number systems.

HEX F5 D3 CB
Decimal 245 211 203
Binary 11110101 11010011 11001011
Octal 365 323 313

Shades and tints

Shades of #F5D3CB

#F5D3CB
(245,211,203)
#DFC0B9
(223,192,185)
#C9ADA7
(201,173,167)
#B39A95
(179,154,149)
#9D8783
(157,135,131)
#877471
(135,116,113)
#71615F
(113,97,95)
#5B4E4D
(91,78,77)
#453B3B
(69,59,59)
#2F2829
(47,40,41)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #F5D3CB

#F5D3CB
(245,211,203)
#F5D7CF
(245,215,207)
#F5DBD3
(245,219,211)
#F5DFD7
(245,223,215)
#F5E3DB
(245,227,219)
#F5E7DF
(245,231,223)
#F5EBE3
(245,235,227)
#F5EFE7
(245,239,231)
#F5F3EB
(245,243,235)
#F5F7EF
(245,247,239)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D3CB color. Also use rgb(245,211,203) instead hex code.

Text Font Color

.myTextColor { color: #F5D3CB; }

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

This text font color is #F5D3CB.

Background Color

.myBgColor { background-color: #F5D3CB; }

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

This div background color is #F5D3CB.

Border color

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

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

This div border color is #F5D3CB.

Opacity

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

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

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

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

This text has shadow with #F5D3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D3CB.

Preview

Color preview on black background

This text has color #F5D3CB on black background.


Color preview on white background

This text has color #F5D3CB on white background.


Black color preview on #F5D3CB background

This text has black color on #F5D3CB background.


White color preview on #F5D3CB background

This text has white color on #F5D3CB background.


Related colors

Complementary color

Complementary color for #hex is #0A2C34.


I love getcolorcode.com

Triadic colors

1 #CBF5D3 and #D3CBF5 with #F5D3CB are triadic colors.

2 #CBD3F5 and #D3F5CB with #F5D3CB are triadic colors.