COLOR #F4B7CA

HEX: #F4B7CA
RGB: (244,183,202)

Color info

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

RGB color model

#F4B7CA color RGB value is (244,183,202).

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

RGB channels and saturation

R 244 of 255 = 96%
G 183 of 255 = 72%
B 202 of 255 = 79%

244
183
202

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

Portions of RGB colors in percentages

R + G + B =
244 + 183 + 202 = 629 (100%)
R 244 of 629 ~ 38.79%
G 183 of 629 ~ 29.09%
B 202 of 629 ~ 32.11%

%38.79
%29.09
%32.11

CMYK color model

#F4B7CA color CMYK value is (0,25,17,4).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 17.21%
  • key color value is 4.31%
CMYK:
(0,25,17,4)
C0M25Y17K4 
(0%,25%,17%,4%)
(0.00/0.25/0.17/0.04)	

CMYK percentages

%0
%25
%17.21
%4.31

Codes

Color #F4B7CA in popluar color models

F4B7CA
RGB244183202
HSL341°73.49%83.73%
HSB/HSV341°25.00%95.69%
CMYK0.00%25.00%17.21%
4.31%

Color #F4B7CA in popluar number systems.

HEXF4B7CA
Decimal244183202
Binary111101001011011111001010
Octal364267312

Shades and tints

Shades of #F4B7CA

#F4B7CA
(244,183,202)
#DEA7B8
(222,167,184)
#C897A6
(200,151,166)
#B28794
(178,135,148)
#9C7782
(156,119,130)
#866770
(134,103,112)
#70575E
(112,87,94)
#5A474C
(90,71,76)
#44373A
(68,55,58)
#2E2728
(46,39,40)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #F4B7CA

#F4B7CA
(244,183,202)
#F5BDCE
(245,189,206)
#F6C3D2
(246,195,210)
#F7C9D6
(247,201,214)
#F8CFDA
(248,207,218)
#F9D5DE
(249,213,222)
#FADBE2
(250,219,226)
#FBE1E6
(251,225,230)
#FCE7EA
(252,231,234)
#FDEDEE
(253,237,238)
#FEF3F2
(254,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4B7CA; }

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

This text font color is #F4B7CA.


Background Color

.myBgColor { background-color: #F4B7CA; }

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

This div background color is #F4B7CA.


Border color

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

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

This div border color is #F4B7CA.


Opacity

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

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

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

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

This text has shadow with #F4B7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B7CA on black background.


Color preview on white background

This text has color #F4B7CA on white background.



Black color preview on #F4B7CA background

This text has black color on #F4B7CA background.


White color preview on #F4B7CA background

This text has white color on #F4B7CA background.