COLOR #F5EBCB

HEX: #F5EBCB RGB: (245,235,203)

Color info

#F5EBCB contains red, green and blue colors in about the same proportion. Web safe color of #F5EBCB is #FFFFCC (or #FFC).

RGB color model

#F5EBCB color RGB value is (245,235,203).

RGB: (245,235,203) (96%, 92%, 80%)

RGB channels and saturation

R 245 of 255 = 96%
G 235 of 255 = 92%
B 203 of 255 = 80%

245
235
203

R + G + B ~ 89%. #F5EBCB is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 235 + 203 = 683 (100%)
R 245 of 683 ~ 35.87%
G 235 of 683 ~ 34.41%
B 203 of 683 ~ 29.72'%

%35.87
%34.41
%29.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.08%
  • yellow value is 17.14%
  • key color value is 3.92%
CMYK: (0,4,17,4) C0M4Y17K4 (0%,4%,17%,4%) (0.00/0.04/0.17/0.04) 

CMYK percentages

%0
%4.08
%17.14
%3.92

Codes

Color #F5EBCB in popluar color models

F5 EB CB
RGB 245 235 203
HSL 46° 67.74% 87.84%
HSB/HSV 46° 17.14% 96.08%
CMYK 0.00% 4.08% 17.14%
3.92%

Color #F5EBCB in popluar number systems.

HEX F5 EB CB
Decimal 245 235 203
Binary 11110101 11101011 11001011
Octal 365 353 313

Shades and tints

Shades of #F5EBCB

#F5EBCB
(245,235,203)
#DFD6B9
(223,214,185)
#C9C1A7
(201,193,167)
#B3AC95
(179,172,149)
#9D9783
(157,151,131)
#878271
(135,130,113)
#716D5F
(113,109,95)
#5B584D
(91,88,77)
#45433B
(69,67,59)
#2F2E29
(47,46,41)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #F5EBCB

#F5EBCB
(245,235,203)
#F5ECCF
(245,236,207)
#F5EDD3
(245,237,211)
#F5EED7
(245,238,215)
#F5EFDB
(245,239,219)
#F5F0DF
(245,240,223)
#F5F1E3
(245,241,227)
#F5F2E7
(245,242,231)
#F5F3EB
(245,243,235)
#F5F4EF
(245,244,239)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EBCB; }

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

This text font color is #F5EBCB.

Background Color

.myBgColor { background-color: #F5EBCB; }

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

This div background color is #F5EBCB.

Border color

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

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

This div border color is #F5EBCB.

Opacity

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

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

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

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

This text has shadow with #F5EBCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5EBCB.

Preview

Color preview on black background

This text has color #F5EBCB on black background.


Color preview on white background

This text has color #F5EBCB on white background.


Black color preview on #F5EBCB background

This text has black color on #F5EBCB background.


White color preview on #F5EBCB background

This text has white color on #F5EBCB background.


Related colors

Complementary color

Complementary color for #hex is #0A1434.


I love getcolorcode.com

Triadic colors

1 #CBF5EB and #EBCBF5 with #F5EBCB are triadic colors.

2 #CBEBF5 and #EBF5CB with #F5EBCB are triadic colors.