COLOR #F0B2B3

HEX: #F0B2B3 RGB: (240,178,179)

Color info

#F0B2B3 contains mainly red color. Web safe color of #F0B2B3 is #FF9999 (or #F99).

RGB color model

#F0B2B3 color RGB value is (240,178,179).

RGB: (240,178,179) (94%, 70%, 70%)

RGB channels and saturation

R 240 of 255 = 94%
G 178 of 255 = 70%
B 179 of 255 = 70%

240
178
179

R + G + B ~ 78%. #F0B2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 178 + 179 = 597 (100%)
R 240 of 597 ~ 40.2%
G 178 of 597 ~ 29.82%
B 179 of 597 ~ 29.98'%

%40.2
%29.82
%29.98

CMYK color model

#F0B2B3 color CMYK value is (0,26,25,6).

  • cyan value is 0.00%
  • magenta value is 25.83%
  • yellow value is 25.42%
  • key color value is 5.88%

CMYK: (0,26,25,6)
C0M26Y25K6 (0%, 26%, 25%, 6%)
(0.00 / 0.26 / 0.25 / 0.06)

CMYK percentages

%0
%25.83
%25.42
%5.88

Codes

Color #F0B2B3 in popluar color models

F0 B2 B3
RGB 240 178 179
HSL 359° 67.39% 81.96%
HSB/HSV 359° 25.83% 94.12%
CMYK 0.00% 25.83% 25.42%
5.88%

Color #F0B2B3 in popluar number systems.

HEX F0 B2 B3
Decimal 240 178 179
Binary 11110000 10110010 10110011
Octal 360 262 263

Shades and tints

Shades of #F0B2B3

#F0B2B3
(240,178,179)
#DBA2A3
(219,162,163)
#C69293
(198,146,147)
#B18283
(177,130,131)
#9C7273
(156,114,115)
#876263
(135,98,99)
#725253
(114,82,83)
#5D4243
(93,66,67)
#483233
(72,50,51)
#332223
(51,34,35)
#1E1213
(30,18,19)
#000000
(0,0,0)

Tints of #F0B2B3

#F0B2B3
(240,178,179)
#F1B9B9
(241,185,185)
#F2C0BF
(242,192,191)
#F3C7C5
(243,199,197)
#F4CECB
(244,206,203)
#F5D5D1
(245,213,209)
#F6DCD7
(246,220,215)
#F7E3DD
(247,227,221)
#F8EAE3
(248,234,227)
#F9F1E9
(249,241,233)
#FAF8EF
(250,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B2B3 color. Also use rgb(240,178,179) instead hex code.

Text Font Color

.myTextColor { color: #F0B2B3; }

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

This text font color is #F0B2B3.

Background Color

.myBgColor { background-color: #F0B2B3; }

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

This div background color is #F0B2B3.

Border color

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

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

This div border color is #F0B2B3.

Opacity

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

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

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

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

This text has shadow with #F0B2B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B2B3.

Preview

Color preview on black background

This text has color #F0B2B3 on black background.


Color preview on white background

This text has color #F0B2B3 on white background.


Black color preview on #F0B2B3 background

This text has black color on #F0B2B3 background.


White color preview on #F0B2B3 background

This text has white color on #F0B2B3 background.


Related colors

Complementary color

Complementary color for #hex is #0F4D4C.


I love getcolorcode.com

Triadic colors

1 #B3F0B2 and #B2B3F0 with #F0B2B3 are triadic colors.

2 #B3B2F0 and #B2F0B3 with #F0B2B3 are triadic colors.