COLOR #F0B8CB

HEX: #F0B8CB
RGB: (240,184,203)

Color info

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

RGB color model

#F0B8CB color RGB value is (240,184,203).

  • red value is 240;
  • green value is 184;
  • blue value is 203.
RGB:
(240,184,203)
(94%,72%,80%)

RGB channels and saturation

R 240 of 255 = 94%
G 184 of 255 = 72%
B 203 of 255 = 80%

240
184
203

R + G + B ~ 82%. #F0B8CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 184 + 203 = 627 (100%)
R 240 of 627 ~ 38.28%
G 184 of 627 ~ 29.35%
B 203 of 627 ~ 32.38%

%38.28
%29.35
%32.38

CMYK color model

#F0B8CB color CMYK value is (0,23,15,6).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 15.42%
  • key color value is 5.88%
CMYK:
(0,23,15,6)
C0M23Y15K6 
(0%,23%,15%,6%)
(0.00/0.23/0.15/0.06)	

CMYK percentages

%0
%23.33
%15.42
%5.88

Codes

Color #F0B8CB in popluar color models

F0B8CB
RGB240184203
HSL340°65.12%83.14%
HSB/HSV340°23.33%94.12%
CMYK0.00%23.33%15.42%
5.88%

Color #F0B8CB in popluar number systems.

HEXF0B8CB
Decimal240184203
Binary111100001011100011001011
Octal360270313

Shades and tints

Shades of #F0B8CB

#F0B8CB
(240,184,203)
#DBA8B9
(219,168,185)
#C698A7
(198,152,167)
#B18895
(177,136,149)
#9C7883
(156,120,131)
#876871
(135,104,113)
#72585F
(114,88,95)
#5D484D
(93,72,77)
#48383B
(72,56,59)
#332829
(51,40,41)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #F0B8CB

#F0B8CB
(240,184,203)
#F1BECF
(241,190,207)
#F2C4D3
(242,196,211)
#F3CAD7
(243,202,215)
#F4D0DB
(244,208,219)
#F5D6DF
(245,214,223)
#F6DCE3
(246,220,227)
#F7E2E7
(247,226,231)
#F8E8EB
(248,232,235)
#F9EEEF
(249,238,239)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B8CB color. Also use rgb(240,184,203) instead hex code.

Text Font Color

.myTextColor { color: #F0B8CB; }

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

This text font color is #F0B8CB.


Background Color

.myBgColor { background-color: #F0B8CB; }

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

This div background color is #F0B8CB.


Border color

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

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

This div border color is #F0B8CB.


Opacity

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

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

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

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

This text has shadow with #F0B8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B8CB on black background.


Color preview on white background

This text has color #F0B8CB on white background.



Black color preview on #F0B8CB background

This text has black color on #F0B8CB background.


White color preview on #F0B8CB background

This text has white color on #F0B8CB background.