COLOR #F4B7C8

HEX: #F4B7C8
RGB: (244,183,200)

Color info

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

RGB color model

#F4B7C8 color RGB value is (244,183,200).

  • red value is 244;
  • green value is 183;
  • blue value is 200.
RGB:
(244,183,200)
(96%,72%,78%)

RGB channels and saturation

R 244 of 255 = 96%
G 183 of 255 = 72%
B 200 of 255 = 78%

244
183
200

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

Portions of RGB colors in percentages

R + G + B =
244 + 183 + 200 = 627 (100%)
R 244 of 627 ~ 38.92%
G 183 of 627 ~ 29.19%
B 200 of 627 ~ 31.9%

%38.92
%29.19
%31.9

CMYK color model

#F4B7C8 color CMYK value is (0,25,18,4).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 18.03%
  • key color value is 4.31%
CMYK:
(0,25,18,4)
C0M25Y18K4 
(0%,25%,18%,4%)
(0.00/0.25/0.18/0.04)	

CMYK percentages

%0
%25
%18.03
%4.31

Codes

Color #F4B7C8 in popluar color models

F4B7C8
RGB244183200
HSL343°73.49%83.73%
HSB/HSV343°25.00%95.69%
CMYK0.00%25.00%18.03%
4.31%

Color #F4B7C8 in popluar number systems.

HEXF4B7C8
Decimal244183200
Binary111101001011011111001000
Octal364267310

Shades and tints

Shades of #F4B7C8

#F4B7C8
(244,183,200)
#DEA7B6
(222,167,182)
#C897A4
(200,151,164)
#B28792
(178,135,146)
#9C7780
(156,119,128)
#86676E
(134,103,110)
#70575C
(112,87,92)
#5A474A
(90,71,74)
#443738
(68,55,56)
#2E2726
(46,39,38)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #F4B7C8

#F4B7C8
(244,183,200)
#F5BDCD
(245,189,205)
#F6C3D2
(246,195,210)
#F7C9D7
(247,201,215)
#F8CFDC
(248,207,220)
#F9D5E1
(249,213,225)
#FADBE6
(250,219,230)
#FBE1EB
(251,225,235)
#FCE7F0
(252,231,240)
#FDEDF5
(253,237,245)
#FEF3FA
(254,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B7C8 color. Also use rgb(244,183,200) instead hex code.

Text Font Color

.myTextColor { color: #F4B7C8; }

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

This text font color is #F4B7C8.


Background Color

.myBgColor { background-color: #F4B7C8; }

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

This div background color is #F4B7C8.


Border color

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

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

This div border color is #F4B7C8.


Opacity

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

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

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

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

This text has shadow with #F4B7C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B7C8 on black background.


Color preview on white background

This text has color #F4B7C8 on white background.



Black color preview on #F4B7C8 background

This text has black color on #F4B7C8 background.


White color preview on #F4B7C8 background

This text has white color on #F4B7C8 background.