COLOR #F2BBCC

HEX: #F2BBCC
RGB: (242,187,204)

Color info

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

RGB color model

#F2BBCC color RGB value is (242,187,204).

  • red value is 242;
  • green value is 187;
  • blue value is 204.
RGB:
(242,187,204)
(95%,73%,80%)

RGB channels and saturation

R 242 of 255 = 95%
G 187 of 255 = 73%
B 204 of 255 = 80%

242
187
204

R + G + B ~ 83%. #F2BBCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 187 + 204 = 633 (100%)
R 242 of 633 ~ 38.23%
G 187 of 633 ~ 29.54%
B 204 of 633 ~ 32.23%

%38.23
%29.54
%32.23

CMYK color model

#F2BBCC color CMYK value is (0,23,16,5).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 15.70%
  • key color value is 5.10%
CMYK:
(0,23,16,5)
C0M23Y16K5 
(0%,23%,16%,5%)
(0.00/0.23/0.16/0.05)	

CMYK percentages

%0
%22.73
%15.7
%5.1

Codes

Color #F2BBCC in popluar color models

F2BBCC
RGB242187204
HSL341°67.90%84.12%
HSB/HSV341°22.73%94.90%
CMYK0.00%22.73%15.70%
5.10%

Color #F2BBCC in popluar number systems.

HEXF2BBCC
Decimal242187204
Binary111100101011101111001100
Octal362273314

Shades and tints

Shades of #F2BBCC

#F2BBCC
(242,187,204)
#DCAABA
(220,170,186)
#C699A8
(198,153,168)
#B08896
(176,136,150)
#9A7784
(154,119,132)
#846672
(132,102,114)
#6E5560
(110,85,96)
#58444E
(88,68,78)
#42333C
(66,51,60)
#2C222A
(44,34,42)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #F2BBCC

#F2BBCC
(242,187,204)
#F3C1D0
(243,193,208)
#F4C7D4
(244,199,212)
#F5CDD8
(245,205,216)
#F6D3DC
(246,211,220)
#F7D9E0
(247,217,224)
#F8DFE4
(248,223,228)
#F9E5E8
(249,229,232)
#FAEBEC
(250,235,236)
#FBF1F0
(251,241,240)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BBCC color. Also use rgb(242,187,204) instead hex code.

Text Font Color

.myTextColor { color: #F2BBCC; }

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

This text font color is #F2BBCC.


Background Color

.myBgColor { background-color: #F2BBCC; }

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

This div background color is #F2BBCC.


Border color

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

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

This div border color is #F2BBCC.


Opacity

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

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

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

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

This text has shadow with #F2BBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BBCC on black background.


Color preview on white background

This text has color #F2BBCC on white background.



Black color preview on #F2BBCC background

This text has black color on #F2BBCC background.


White color preview on #F2BBCC background

This text has white color on #F2BBCC background.