COLOR #F0B6B2

HEX: #F0B6B2 RGB: (240,182,178)

Color info

#F0B6B2 contains mainly red and green colors. Web safe color of #F0B6B2 is #FFCC99 (or #FC9).

RGB color model

#F0B6B2 color RGB value is (240,182,178).

RGB: (240,182,178) (94%, 71%, 70%)

RGB channels and saturation

R 240 of 255 = 94%
G 182 of 255 = 71%
B 178 of 255 = 70%

240
182
178

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

Portions of RGB colors in percentages

R + G + B = 240 + 182 + 178 = 600 (100%)
R 240 of 600 ~ 40%
G 182 of 600 ~ 30.33%
B 178 of 600 ~ 29.67'%

%40
%30.33
%29.67

CMYK color model

#F0B6B2 color CMYK value is (0,24,26,6).

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

CMYK: (0,24,26,6)
C0M24Y26K6 (0%, 24%, 26%, 6%)
(0.00 / 0.24 / 0.26 / 0.06)

CMYK percentages

%0
%24.17
%25.83
%5.88

Codes

Color #F0B6B2 in popluar color models

F0 B6 B2
RGB 240 182 178
HSL 67.39% 81.96%
HSB/HSV 25.83% 94.12%
CMYK 0.00% 24.17% 25.83%
5.88%

Color #F0B6B2 in popluar number systems.

HEX F0 B6 B2
Decimal 240 182 178
Binary 11110000 10110110 10110010
Octal 360 266 262

Shades and tints

Shades of #F0B6B2

#F0B6B2
(240,182,178)
#DBA6A2
(219,166,162)
#C69692
(198,150,146)
#B18682
(177,134,130)
#9C7672
(156,118,114)
#876662
(135,102,98)
#725652
(114,86,82)
#5D4642
(93,70,66)
#483632
(72,54,50)
#332622
(51,38,34)
#1E1612
(30,22,18)
#000000
(0,0,0)

Tints of #F0B6B2

#F0B6B2
(240,182,178)
#F1BCB9
(241,188,185)
#F2C2C0
(242,194,192)
#F3C8C7
(243,200,199)
#F4CECE
(244,206,206)
#F5D4D5
(245,212,213)
#F6DADC
(246,218,220)
#F7E0E3
(247,224,227)
#F8E6EA
(248,230,234)
#F9ECF1
(249,236,241)
#FAF2F8
(250,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B6B2; }

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

This text font color is #F0B6B2.

Background Color

.myBgColor { background-color: #F0B6B2; }

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

This div background color is #F0B6B2.

Border color

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

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

This div border color is #F0B6B2.

Opacity

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

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

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

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

This text has shadow with #F0B6B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B6B2.

Preview

Color preview on black background

This text has color #F0B6B2 on black background.


Color preview on white background

This text has color #F0B6B2 on white background.


Black color preview on #F0B6B2 background

This text has black color on #F0B6B2 background.


White color preview on #F0B6B2 background

This text has white color on #F0B6B2 background.


Related colors

Complementary color

Complementary color for #hex is #0F494D.


I love getcolorcode.com

Triadic colors

1 #B2F0B6 and #B6B2F0 with #F0B6B2 are triadic colors.

2 #B2B6F0 and #B6F0B2 with #F0B6B2 are triadic colors.