COLOR #F5CABF

HEX: #F5CABF
RGB: (245,202,191)

Color info

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

RGB color model

#F5CABF color RGB value is (245,202,191).

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

RGB channels and saturation

R 245 of 255 = 96%
G 202 of 255 = 79%
B 191 of 255 = 75%

245
202
191

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

Portions of RGB colors in percentages

R + G + B =
245 + 202 + 191 = 638 (100%)
R 245 of 638 ~ 38.4%
G 202 of 638 ~ 31.66%
B 191 of 638 ~ 29.94%

%38.4
%31.66
%29.94

CMYK color model

#F5CABF color CMYK value is (0,18,22,4).

  • cyan value is 0.00%
  • magenta value is 17.55%
  • yellow value is 22.04%
  • key color value is 3.92%
CMYK:
(0,18,22,4)
C0M18Y22K4 
(0%,18%,22%,4%)
(0.00/0.18/0.22/0.04)	

CMYK percentages

%0
%17.55
%22.04
%3.92

Codes

Color #F5CABF in popluar color models

F5CABF
RGB245202191
HSL12°72.97%85.49%
HSB/HSV12°22.04%96.08%
CMYK0.00%17.55%22.04%
3.92%

Color #F5CABF in popluar number systems.

HEXF5CABF
Decimal245202191
Binary111101011100101010111111
Octal365312277

Shades and tints

Shades of #F5CABF

#F5CABF
(245,202,191)
#DFB8AE
(223,184,174)
#C9A69D
(201,166,157)
#B3948C
(179,148,140)
#9D827B
(157,130,123)
#87706A
(135,112,106)
#715E59
(113,94,89)
#5B4C48
(91,76,72)
#453A37
(69,58,55)
#2F2826
(47,40,38)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #F5CABF

#F5CABF
(245,202,191)
#F5CEC4
(245,206,196)
#F5D2C9
(245,210,201)
#F5D6CE
(245,214,206)
#F5DAD3
(245,218,211)
#F5DED8
(245,222,216)
#F5E2DD
(245,226,221)
#F5E6E2
(245,230,226)
#F5EAE7
(245,234,231)
#F5EEEC
(245,238,236)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CABF; }

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

This text font color is #F5CABF.


Background Color

.myBgColor { background-color: #F5CABF; }

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

This div background color is #F5CABF.


Border color

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

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

This div border color is #F5CABF.


Opacity

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

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

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

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

This text has shadow with #F5CABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CABF on black background.


Color preview on white background

This text has color #F5CABF on white background.



Black color preview on #F5CABF background

This text has black color on #F5CABF background.


White color preview on #F5CABF background

This text has white color on #F5CABF background.