COLOR #F4B6C5

HEX: #F4B6C5 RGB: (244,182,197)

Color info

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

RGB color model

#F4B6C5 color RGB value is (244,182,197).

RGB: (244,182,197) (96%, 71%, 77%)

RGB channels and saturation

R 244 of 255 = 96%
G 182 of 255 = 71%
B 197 of 255 = 77%

244
182
197

R + G + B ~ 81%. #F4B6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 182 + 197 = 623 (100%)
R 244 of 623 ~ 39.17%
G 182 of 623 ~ 29.21%
B 197 of 623 ~ 31.62'%

%39.17
%29.21
%31.62

CMYK color model

#F4B6C5 color CMYK value is (0,25,19,4).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 19.26%
  • key color value is 4.31%

CMYK: (0,25,19,4)
C0M25Y19K4 (0%, 25%, 19%, 4%)
(0.00 / 0.25 / 0.19 / 0.04)

CMYK percentages

%0
%25.41
%19.26
%4.31

Codes

Color #F4B6C5 in popluar color models

F4 B6 C5
RGB 244 182 197
HSL 345° 73.81% 83.53%
HSB/HSV 345° 25.41% 95.69%
CMYK 0.00% 25.41% 19.26%
4.31%

Color #F4B6C5 in popluar number systems.

HEX F4 B6 C5
Decimal 244 182 197
Binary 11110100 10110110 11000101
Octal 364 266 305

Shades and tints

Shades of #F4B6C5

#F4B6C5
(244,182,197)
#DEA6B4
(222,166,180)
#C896A3
(200,150,163)
#B28692
(178,134,146)
#9C7681
(156,118,129)
#866670
(134,102,112)
#70565F
(112,86,95)
#5A464E
(90,70,78)
#44363D
(68,54,61)
#2E262C
(46,38,44)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #F4B6C5

#F4B6C5
(244,182,197)
#F5BCCA
(245,188,202)
#F6C2CF
(246,194,207)
#F7C8D4
(247,200,212)
#F8CED9
(248,206,217)
#F9D4DE
(249,212,222)
#FADAE3
(250,218,227)
#FBE0E8
(251,224,232)
#FCE6ED
(252,230,237)
#FDECF2
(253,236,242)
#FEF2F7
(254,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B6C5 color. Also use rgb(244,182,197) instead hex code.

Text Font Color

.myTextColor { color: #F4B6C5; }

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

This text font color is #F4B6C5.

Background Color

.myBgColor { background-color: #F4B6C5; }

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

This div background color is #F4B6C5.

Border color

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

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

This div border color is #F4B6C5.

Opacity

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

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

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

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

This text has shadow with #F4B6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4B6C5.

Preview

Color preview on black background

This text has color #F4B6C5 on black background.


Color preview on white background

This text has color #F4B6C5 on white background.


Black color preview on #F4B6C5 background

This text has black color on #F4B6C5 background.


White color preview on #F4B6C5 background

This text has white color on #F4B6C5 background.


Related colors

Complementary color

Complementary color for #hex is #0B493A.


I love getcolorcode.com

Triadic colors

1 #C5F4B6 and #B6C5F4 with #F4B6C5 are triadic colors.

2 #C5B6F4 and #B6F4C5 with #F4B6C5 are triadic colors.