COLOR #F4CBD9

HEX: #F4CBD9
RGB: (244,203,217)

Color info

#F4CBD9 contains red, green and blue colors in about the same proportion. Web safe color of #F4CBD9 is #FFCCCC (or #FCC).

RGB color model

#F4CBD9 color RGB value is (244,203,217).

  • red value is 244;
  • green value is 203;
  • blue value is 217.
RGB:
(244,203,217)
(96%,80%,85%)

RGB channels and saturation

R 244 of 255 = 96%
G 203 of 255 = 80%
B 217 of 255 = 85%

244
203
217

R + G + B ~ 87%. #F4CBD9 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 203 + 217 = 664 (100%)
R 244 of 664 ~ 36.75%
G 203 of 664 ~ 30.57%
B 217 of 664 ~ 32.68%

%36.75
%30.57
%32.68

CMYK color model

#F4CBD9 color CMYK value is (0,17,11,4).

  • cyan value is 0.00%
  • magenta value is 16.80%
  • yellow value is 11.07%
  • key color value is 4.31%
CMYK:
(0,17,11,4)
C0M17Y11K4 
(0%,17%,11%,4%)
(0.00/0.17/0.11/0.04)	

CMYK percentages

%0
%16.8
%11.07
%4.31

Codes

Color #F4CBD9 in popluar color models

F4CBD9
RGB244203217
HSL340°65.08%87.65%
HSB/HSV340°16.80%95.69%
CMYK0.00%16.80%11.07%
4.31%

Color #F4CBD9 in popluar number systems.

HEXF4CBD9
Decimal244203217
Binary111101001100101111011001
Octal364313331

Shades and tints

Shades of #F4CBD9

#F4CBD9
(244,203,217)
#DEB9C6
(222,185,198)
#C8A7B3
(200,167,179)
#B295A0
(178,149,160)
#9C838D
(156,131,141)
#86717A
(134,113,122)
#705F67
(112,95,103)
#5A4D54
(90,77,84)
#443B41
(68,59,65)
#2E292E
(46,41,46)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #F4CBD9

#F4CBD9
(244,203,217)
#F5CFDC
(245,207,220)
#F6D3DF
(246,211,223)
#F7D7E2
(247,215,226)
#F8DBE5
(248,219,229)
#F9DFE8
(249,223,232)
#FAE3EB
(250,227,235)
#FBE7EE
(251,231,238)
#FCEBF1
(252,235,241)
#FDEFF4
(253,239,244)
#FEF3F7
(254,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4CBD9; }

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

This text font color is #F4CBD9.


Background Color

.myBgColor { background-color: #F4CBD9; }

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

This div background color is #F4CBD9.


Border color

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

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

This div border color is #F4CBD9.


Opacity

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

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

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

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

This text has shadow with #F4CBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CBD9 on black background.


Color preview on white background

This text has color #F4CBD9 on white background.



Black color preview on #F4CBD9 background

This text has black color on #F4CBD9 background.


White color preview on #F4CBD9 background

This text has white color on #F4CBD9 background.