COLOR #F5CBD0

HEX: #F5CBD0
RGB: (245,203,208)

Color info

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

RGB color model

#F5CBD0 color RGB value is (245,203,208).

  • red value is 245;
  • green value is 203;
  • blue value is 208.
RGB:
(245,203,208)
(96%,80%,82%)

RGB channels and saturation

R 245 of 255 = 96%
G 203 of 255 = 80%
B 208 of 255 = 82%

245
203
208

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

Portions of RGB colors in percentages

R + G + B =
245 + 203 + 208 = 656 (100%)
R 245 of 656 ~ 37.35%
G 203 of 656 ~ 30.95%
B 208 of 656 ~ 31.71%

%37.35
%30.95
%31.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 15.10%
  • key color value is 3.92%
CMYK:
(0,17,15,4)
C0M17Y15K4 
(0%,17%,15%,4%)
(0.00/0.17/0.15/0.04)	

CMYK percentages

%0
%17.14
%15.1
%3.92

Codes

Color #F5CBD0 in popluar color models

F5CBD0
RGB245203208
HSL353°67.74%87.84%
HSB/HSV353°17.14%96.08%
CMYK0.00%17.14%15.10%
3.92%

Color #F5CBD0 in popluar number systems.

HEXF5CBD0
Decimal245203208
Binary111101011100101111010000
Octal365313320

Shades and tints

Shades of #F5CBD0

#F5CBD0
(245,203,208)
#DFB9BE
(223,185,190)
#C9A7AC
(201,167,172)
#B3959A
(179,149,154)
#9D8388
(157,131,136)
#877176
(135,113,118)
#715F64
(113,95,100)
#5B4D52
(91,77,82)
#453B40
(69,59,64)
#2F292E
(47,41,46)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #F5CBD0

#F5CBD0
(245,203,208)
#F5CFD4
(245,207,212)
#F5D3D8
(245,211,216)
#F5D7DC
(245,215,220)
#F5DBE0
(245,219,224)
#F5DFE4
(245,223,228)
#F5E3E8
(245,227,232)
#F5E7EC
(245,231,236)
#F5EBF0
(245,235,240)
#F5EFF4
(245,239,244)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CBD0; }

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

This text font color is #F5CBD0.


Background Color

.myBgColor { background-color: #F5CBD0; }

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

This div background color is #F5CBD0.


Border color

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

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

This div border color is #F5CBD0.


Opacity

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

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

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

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

This text has shadow with #F5CBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CBD0 on black background.


Color preview on white background

This text has color #F5CBD0 on white background.



Black color preview on #F5CBD0 background

This text has black color on #F5CBD0 background.


White color preview on #F5CBD0 background

This text has white color on #F5CBD0 background.