COLOR #F5CABD

HEX: #F5CABD
RGB: (245,202,189)

Color info

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

RGB color model

#F5CABD color RGB value is (245,202,189).

  • red value is 245;
  • green value is 202;
  • blue value is 189.
RGB:
(245,202,189)
(96%,79%,74%)

RGB channels and saturation

R 245 of 255 = 96%
G 202 of 255 = 79%
B 189 of 255 = 74%

245
202
189

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

Portions of RGB colors in percentages

R + G + B =
245 + 202 + 189 = 636 (100%)
R 245 of 636 ~ 38.52%
G 202 of 636 ~ 31.76%
B 189 of 636 ~ 29.72%

%38.52
%31.76
%29.72

CMYK color model

#F5CABD color CMYK value is (0,18,23,4).

  • cyan value is 0.00%
  • magenta value is 17.55%
  • yellow value is 22.86%
  • key color value is 3.92%
CMYK:
(0,18,23,4)
C0M18Y23K4 
(0%,18%,23%,4%)
(0.00/0.18/0.23/0.04)	

CMYK percentages

%0
%17.55
%22.86
%3.92

Codes

Color #F5CABD in popluar color models

F5CABD
RGB245202189
HSL14°73.68%85.10%
HSB/HSV14°22.86%96.08%
CMYK0.00%17.55%22.86%
3.92%

Color #F5CABD in popluar number systems.

HEXF5CABD
Decimal245202189
Binary111101011100101010111101
Octal365312275

Shades and tints

Shades of #F5CABD

#F5CABD
(245,202,189)
#DFB8AC
(223,184,172)
#C9A69B
(201,166,155)
#B3948A
(179,148,138)
#9D8279
(157,130,121)
#877068
(135,112,104)
#715E57
(113,94,87)
#5B4C46
(91,76,70)
#453A35
(69,58,53)
#2F2824
(47,40,36)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #F5CABD

#F5CABD
(245,202,189)
#F5CEC3
(245,206,195)
#F5D2C9
(245,210,201)
#F5D6CF
(245,214,207)
#F5DAD5
(245,218,213)
#F5DEDB
(245,222,219)
#F5E2E1
(245,226,225)
#F5E6E7
(245,230,231)
#F5EAED
(245,234,237)
#F5EEF3
(245,238,243)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CABD; }

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

This text font color is #F5CABD.


Background Color

.myBgColor { background-color: #F5CABD; }

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

This div background color is #F5CABD.


Border color

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

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

This div border color is #F5CABD.


Opacity

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

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

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

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

This text has shadow with #F5CABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CABD on black background.


Color preview on white background

This text has color #F5CABD on white background.



Black color preview on #F5CABD background

This text has black color on #F5CABD background.


White color preview on #F5CABD background

This text has white color on #F5CABD background.