COLOR #F4BBCC

HEX: #F4BBCC
RGB: (244,187,204)

Color info

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

RGB color model

#F4BBCC color RGB value is (244,187,204).

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

RGB channels and saturation

R 244 of 255 = 96%
G 187 of 255 = 73%
B 204 of 255 = 80%

244
187
204

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

Portions of RGB colors in percentages

R + G + B =
244 + 187 + 204 = 635 (100%)
R 244 of 635 ~ 38.43%
G 187 of 635 ~ 29.45%
B 204 of 635 ~ 32.13%

%38.43
%29.45
%32.13

CMYK color model

#F4BBCC color CMYK value is (0,23,16,4).

  • cyan value is 0.00%
  • magenta value is 23.36%
  • yellow value is 16.39%
  • key color value is 4.31%
CMYK:
(0,23,16,4)
C0M23Y16K4 
(0%,23%,16%,4%)
(0.00/0.23/0.16/0.04)	

CMYK percentages

%0
%23.36
%16.39
%4.31

Codes

Color #F4BBCC in popluar color models

F4BBCC
RGB244187204
HSL342°72.15%84.51%
HSB/HSV342°23.36%95.69%
CMYK0.00%23.36%16.39%
4.31%

Color #F4BBCC in popluar number systems.

HEXF4BBCC
Decimal244187204
Binary111101001011101111001100
Octal364273314

Shades and tints

Shades of #F4BBCC

#F4BBCC
(244,187,204)
#DEAABA
(222,170,186)
#C899A8
(200,153,168)
#B28896
(178,136,150)
#9C7784
(156,119,132)
#866672
(134,102,114)
#705560
(112,85,96)
#5A444E
(90,68,78)
#44333C
(68,51,60)
#2E222A
(46,34,42)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #F4BBCC

#F4BBCC
(244,187,204)
#F5C1D0
(245,193,208)
#F6C7D4
(246,199,212)
#F7CDD8
(247,205,216)
#F8D3DC
(248,211,220)
#F9D9E0
(249,217,224)
#FADFE4
(250,223,228)
#FBE5E8
(251,229,232)
#FCEBEC
(252,235,236)
#FDF1F0
(253,241,240)
#FEF7F4
(254,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4BBCC; }

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

This text font color is #F4BBCC.


Background Color

.myBgColor { background-color: #F4BBCC; }

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

This div background color is #F4BBCC.


Border color

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

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

This div border color is #F4BBCC.


Opacity

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

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

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

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

This text has shadow with #F4BBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4BBCC on black background.


Color preview on white background

This text has color #F4BBCC on white background.



Black color preview on #F4BBCC background

This text has black color on #F4BBCC background.


White color preview on #F4BBCC background

This text has white color on #F4BBCC background.