COLOR #F5CCBD

HEX: #F5CCBD RGB: (245,204,189)

Color info

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

RGB color model

#F5CCBD color RGB value is (245,204,189).

RGB: (245,204,189) (96%, 80%, 74%)

RGB channels and saturation

R 245 of 255 = 96%
G 204 of 255 = 80%
B 189 of 255 = 74%

245
204
189

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

Portions of RGB colors in percentages

R + G + B = 245 + 204 + 189 = 638 (100%)
R 245 of 638 ~ 38.4%
G 204 of 638 ~ 31.97%
B 189 of 638 ~ 29.62'%

%38.4
%31.97
%29.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.73%
  • yellow value is 22.86%
  • key color value is 3.92%
CMYK: (0,17,23,4) C0M17Y23K4 (0%,17%,23%,4%) (0.00/0.17/0.23/0.04) 

CMYK percentages

%0
%16.73
%22.86
%3.92

Codes

Color #F5CCBD in popluar color models

F5 CC BD
RGB 245 204 189
HSL 16° 73.68% 85.10%
HSB/HSV 16° 22.86% 96.08%
CMYK 0.00% 16.73% 22.86%
3.92%

Color #F5CCBD in popluar number systems.

HEX F5 CC BD
Decimal 245 204 189
Binary 11110101 11001100 10111101
Octal 365 314 275

Shades and tints

Shades of #F5CCBD

#F5CCBD
(245,204,189)
#DFBAAC
(223,186,172)
#C9A89B
(201,168,155)
#B3968A
(179,150,138)
#9D8479
(157,132,121)
#877268
(135,114,104)
#716057
(113,96,87)
#5B4E46
(91,78,70)
#453C35
(69,60,53)
#2F2A24
(47,42,36)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #F5CCBD

#F5CCBD
(245,204,189)
#F5D0C3
(245,208,195)
#F5D4C9
(245,212,201)
#F5D8CF
(245,216,207)
#F5DCD5
(245,220,213)
#F5E0DB
(245,224,219)
#F5E4E1
(245,228,225)
#F5E8E7
(245,232,231)
#F5ECED
(245,236,237)
#F5F0F3
(245,240,243)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CCBD color. Also use rgb(245,204,189) instead hex code.

Text Font Color

.myTextColor { color: #F5CCBD; }

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

This text font color is #F5CCBD.

Background Color

.myBgColor { background-color: #F5CCBD; }

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

This div background color is #F5CCBD.

Border color

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

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

This div border color is #F5CCBD.

Opacity

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

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

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

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

This text has shadow with #F5CCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5CCBD.

Preview

Color preview on black background

This text has color #F5CCBD on black background.


Color preview on white background

This text has color #F5CCBD on white background.


Black color preview on #F5CCBD background

This text has black color on #F5CCBD background.


White color preview on #F5CCBD background

This text has white color on #F5CCBD background.


Related colors

Complementary color

Complementary color for #hex is #0A3342.


I love getcolorcode.com

Triadic colors

1 #BDF5CC and #CCBDF5 with #F5CCBD are triadic colors.

2 #BDCCF5 and #CCF5BD with #F5CCBD are triadic colors.