COLOR #F2B4CE

HEX: #F2B4CE
RGB: (242,180,206)

Color info

#F2B4CE contains mainly red and blue colors. Web safe color of #F2B4CE is #FFCCCC (or #FCC).

RGB color model

#F2B4CE color RGB value is (242,180,206).

  • red value is 242;
  • green value is 180;
  • blue value is 206.
RGB:
(242,180,206)
(95%,71%,81%)

RGB channels and saturation

R 242 of 255 = 95%
G 180 of 255 = 71%
B 206 of 255 = 81%

242
180
206

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

Portions of RGB colors in percentages

R + G + B =
242 + 180 + 206 = 628 (100%)
R 242 of 628 ~ 38.54%
G 180 of 628 ~ 28.66%
B 206 of 628 ~ 32.8%

%38.54
%28.66
%32.8

CMYK color model

#F2B4CE color CMYK value is (0,26,15,5).

  • cyan value is 0.00%
  • magenta value is 25.62%
  • yellow value is 14.88%
  • key color value is 5.10%
CMYK:
(0,26,15,5)
C0M26Y15K5 
(0%,26%,15%,5%)
(0.00/0.26/0.15/0.05)	

CMYK percentages

%0
%25.62
%14.88
%5.1

Codes

Color #F2B4CE in popluar color models

F2B4CE
RGB242180206
HSL335°70.45%82.75%
HSB/HSV335°25.62%94.90%
CMYK0.00%25.62%14.88%
5.10%

Color #F2B4CE in popluar number systems.

HEXF2B4CE
Decimal242180206
Binary111100101011010011001110
Octal362264316

Shades and tints

Shades of #F2B4CE

#F2B4CE
(242,180,206)
#DCA4BC
(220,164,188)
#C694AA
(198,148,170)
#B08498
(176,132,152)
#9A7486
(154,116,134)
#846474
(132,100,116)
#6E5462
(110,84,98)
#584450
(88,68,80)
#42343E
(66,52,62)
#2C242C
(44,36,44)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #F2B4CE

#F2B4CE
(242,180,206)
#F3BAD2
(243,186,210)
#F4C0D6
(244,192,214)
#F5C6DA
(245,198,218)
#F6CCDE
(246,204,222)
#F7D2E2
(247,210,226)
#F8D8E6
(248,216,230)
#F9DEEA
(249,222,234)
#FAE4EE
(250,228,238)
#FBEAF2
(251,234,242)
#FCF0F6
(252,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2B4CE color. Also use rgb(242,180,206) instead hex code.

Text Font Color

.myTextColor { color: #F2B4CE; }

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

This text font color is #F2B4CE.


Background Color

.myBgColor { background-color: #F2B4CE; }

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

This div background color is #F2B4CE.


Border color

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

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

This div border color is #F2B4CE.


Opacity

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

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

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

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

This text has shadow with #F2B4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B4CE on black background.


Color preview on white background

This text has color #F2B4CE on white background.



Black color preview on #F2B4CE background

This text has black color on #F2B4CE background.


White color preview on #F2B4CE background

This text has white color on #F2B4CE background.