COLOR #F4B4CB

HEX: #F4B4CB RGB: (244,180,203)

Color info

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

RGB color model

#F4B4CB color RGB value is (244,180,203).

RGB: (244,180,203) (96%, 71%, 80%)

RGB channels and saturation

R 244 of 255 = 96%
G 180 of 255 = 71%
B 203 of 255 = 80%

244
180
203

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

Portions of RGB colors in percentages

R + G + B = 244 + 180 + 203 = 627 (100%)
R 244 of 627 ~ 38.92%
G 180 of 627 ~ 28.71%
B 203 of 627 ~ 32.38'%

%38.92
%28.71
%32.38

CMYK color model

#F4B4CB color CMYK value is (0,26,17,4).

  • cyan value is 0.00%
  • magenta value is 26.23%
  • yellow value is 16.80%
  • key color value is 4.31%

CMYK: (0,26,17,4)
C0M26Y17K4 (0%, 26%, 17%, 4%)
(0.00 / 0.26 / 0.17 / 0.04)

CMYK percentages

%0
%26.23
%16.8
%4.31

Codes

Color #F4B4CB in popluar color models

F4 B4 CB
RGB 244 180 203
HSL 338° 74.42% 83.14%
HSB/HSV 338° 26.23% 95.69%
CMYK 0.00% 26.23% 16.80%
4.31%

Color #F4B4CB in popluar number systems.

HEX F4 B4 CB
Decimal 244 180 203
Binary 11110100 10110100 11001011
Octal 364 264 313

Shades and tints

Shades of #F4B4CB

#F4B4CB
(244,180,203)
#DEA4B9
(222,164,185)
#C894A7
(200,148,167)
#B28495
(178,132,149)
#9C7483
(156,116,131)
#866471
(134,100,113)
#70545F
(112,84,95)
#5A444D
(90,68,77)
#44343B
(68,52,59)
#2E2429
(46,36,41)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #F4B4CB

#F4B4CB
(244,180,203)
#F5BACF
(245,186,207)
#F6C0D3
(246,192,211)
#F7C6D7
(247,198,215)
#F8CCDB
(248,204,219)
#F9D2DF
(249,210,223)
#FAD8E3
(250,216,227)
#FBDEE7
(251,222,231)
#FCE4EB
(252,228,235)
#FDEAEF
(253,234,239)
#FEF0F3
(254,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B4CB color. Also use rgb(244,180,203) instead hex code.

Text Font Color

.myTextColor { color: #F4B4CB; }

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

This text font color is #F4B4CB.

Background Color

.myBgColor { background-color: #F4B4CB; }

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

This div background color is #F4B4CB.

Border color

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

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

This div border color is #F4B4CB.

Opacity

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

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

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

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

This text has shadow with #F4B4CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4B4CB.

Preview

Color preview on black background

This text has color #F4B4CB on black background.


Color preview on white background

This text has color #F4B4CB on white background.


Black color preview on #F4B4CB background

This text has black color on #F4B4CB background.


White color preview on #F4B4CB background

This text has white color on #F4B4CB background.


Related colors

Complementary color

Complementary color for #hex is #0B4B34.


I love getcolorcode.com

Triadic colors

1 #CBF4B4 and #B4CBF4 with #F4B4CB are triadic colors.

2 #CBB4F4 and #B4F4CB with #F4B4CB are triadic colors.