COLOR #F4B5D2

HEX: #F4B5D2
RGB: (244,181,210)

Color info

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

RGB color model

#F4B5D2 color RGB value is (244,181,210).

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

RGB channels and saturation

R 244 of 255 = 96%
G 181 of 255 = 71%
B 210 of 255 = 82%

244
181
210

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

Portions of RGB colors in percentages

R + G + B =
244 + 181 + 210 = 635 (100%)
R 244 of 635 ~ 38.43%
G 181 of 635 ~ 28.5%
B 210 of 635 ~ 33.07%

%38.43
%28.5
%33.07

CMYK color model

#F4B5D2 color CMYK value is (0,26,14,4).

  • cyan value is 0.00%
  • magenta value is 25.82%
  • yellow value is 13.93%
  • key color value is 4.31%
CMYK:
(0,26,14,4)
C0M26Y14K4 
(0%,26%,14%,4%)
(0.00/0.26/0.14/0.04)	

CMYK percentages

%0
%25.82
%13.93
%4.31

Codes

Color #F4B5D2 in popluar color models

F4B5D2
RGB244181210
HSL332°74.12%83.33%
HSB/HSV332°25.82%95.69%
CMYK0.00%25.82%13.93%
4.31%

Color #F4B5D2 in popluar number systems.

HEXF4B5D2
Decimal244181210
Binary111101001011010111010010
Octal364265322

Shades and tints

Shades of #F4B5D2

#F4B5D2
(244,181,210)
#DEA5BF
(222,165,191)
#C895AC
(200,149,172)
#B28599
(178,133,153)
#9C7586
(156,117,134)
#866573
(134,101,115)
#705560
(112,85,96)
#5A454D
(90,69,77)
#44353A
(68,53,58)
#2E2527
(46,37,39)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #F4B5D2

#F4B5D2
(244,181,210)
#F5BBD6
(245,187,214)
#F6C1DA
(246,193,218)
#F7C7DE
(247,199,222)
#F8CDE2
(248,205,226)
#F9D3E6
(249,211,230)
#FAD9EA
(250,217,234)
#FBDFEE
(251,223,238)
#FCE5F2
(252,229,242)
#FDEBF6
(253,235,246)
#FEF1FA
(254,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4B5D2; }

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

This text font color is #F4B5D2.


Background Color

.myBgColor { background-color: #F4B5D2; }

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

This div background color is #F4B5D2.


Border color

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

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

This div border color is #F4B5D2.


Opacity

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

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

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

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

This text has shadow with #F4B5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B5D2 on black background.


Color preview on white background

This text has color #F4B5D2 on white background.



Black color preview on #F4B5D2 background

This text has black color on #F4B5D2 background.


White color preview on #F4B5D2 background

This text has white color on #F4B5D2 background.