COLOR #F4B5D5

HEX: #F4B5D5
RGB: (244,181,213)

Color info

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

RGB color model

#F4B5D5 color RGB value is (244,181,213).

  • red value is 244;
  • green value is 181;
  • blue value is 213.
RGB:
(244,181,213)
(96%,71%,84%)

RGB channels and saturation

R 244 of 255 = 96%
G 181 of 255 = 71%
B 213 of 255 = 84%

244
181
213

R + G + B ~ 84%. #F4B5D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 181 + 213 = 638 (100%)
R 244 of 638 ~ 38.24%
G 181 of 638 ~ 28.37%
B 213 of 638 ~ 33.39%

%38.24
%28.37
%33.39

CMYK color model

#F4B5D5 color CMYK value is (0,26,13,4).

  • cyan value is 0.00%
  • magenta value is 25.82%
  • yellow value is 12.70%
  • key color value is 4.31%
CMYK:
(0,26,13,4)
C0M26Y13K4 
(0%,26%,13%,4%)
(0.00/0.26/0.13/0.04)	

CMYK percentages

%0
%25.82
%12.7
%4.31

Codes

Color #F4B5D5 in popluar color models

F4B5D5
RGB244181213
HSL330°74.12%83.33%
HSB/HSV330°25.82%95.69%
CMYK0.00%25.82%12.70%
4.31%

Color #F4B5D5 in popluar number systems.

HEXF4B5D5
Decimal244181213
Binary111101001011010111010101
Octal364265325

Shades and tints

Shades of #F4B5D5

#F4B5D5
(244,181,213)
#DEA5C2
(222,165,194)
#C895AF
(200,149,175)
#B2859C
(178,133,156)
#9C7589
(156,117,137)
#866576
(134,101,118)
#705563
(112,85,99)
#5A4550
(90,69,80)
#44353D
(68,53,61)
#2E252A
(46,37,42)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #F4B5D5

#F4B5D5
(244,181,213)
#F5BBD8
(245,187,216)
#F6C1DB
(246,193,219)
#F7C7DE
(247,199,222)
#F8CDE1
(248,205,225)
#F9D3E4
(249,211,228)
#FAD9E7
(250,217,231)
#FBDFEA
(251,223,234)
#FCE5ED
(252,229,237)
#FDEBF0
(253,235,240)
#FEF1F3
(254,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B5D5 color. Also use rgb(244,181,213) instead hex code.

Text Font Color

.myTextColor { color: #F4B5D5; }

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

This text font color is #F4B5D5.


Background Color

.myBgColor { background-color: #F4B5D5; }

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

This div background color is #F4B5D5.


Border color

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

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

This div border color is #F4B5D5.


Opacity

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

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

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

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

This text has shadow with #F4B5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B5D5 on black background.


Color preview on white background

This text has color #F4B5D5 on white background.



Black color preview on #F4B5D5 background

This text has black color on #F4B5D5 background.


White color preview on #F4B5D5 background

This text has white color on #F4B5D5 background.