COLOR #F4CAD1

HEX: #F4CAD1
RGB: (244,202,209)

Color info

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

RGB color model

#F4CAD1 color RGB value is (244,202,209).

  • red value is 244;
  • green value is 202;
  • blue value is 209.
RGB:
(244,202,209)
(96%,79%,82%)

RGB channels and saturation

R 244 of 255 = 96%
G 202 of 255 = 79%
B 209 of 255 = 82%

244
202
209

R + G + B ~ 86%. #F4CAD1 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 202 + 209 = 655 (100%)
R 244 of 655 ~ 37.25%
G 202 of 655 ~ 30.84%
B 209 of 655 ~ 31.91%

%37.25
%30.84
%31.91

CMYK color model

#F4CAD1 color CMYK value is (0,17,14,4).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 14.34%
  • key color value is 4.31%
CMYK:
(0,17,14,4)
C0M17Y14K4 
(0%,17%,14%,4%)
(0.00/0.17/0.14/0.04)	

CMYK percentages

%0
%17.21
%14.34
%4.31

Codes

Color #F4CAD1 in popluar color models

F4CAD1
RGB244202209
HSL350°65.63%87.45%
HSB/HSV350°17.21%95.69%
CMYK0.00%17.21%14.34%
4.31%

Color #F4CAD1 in popluar number systems.

HEXF4CAD1
Decimal244202209
Binary111101001100101011010001
Octal364312321

Shades and tints

Shades of #F4CAD1

#F4CAD1
(244,202,209)
#DEB8BE
(222,184,190)
#C8A6AB
(200,166,171)
#B29498
(178,148,152)
#9C8285
(156,130,133)
#867072
(134,112,114)
#705E5F
(112,94,95)
#5A4C4C
(90,76,76)
#443A39
(68,58,57)
#2E2826
(46,40,38)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #F4CAD1

#F4CAD1
(244,202,209)
#F5CED5
(245,206,213)
#F6D2D9
(246,210,217)
#F7D6DD
(247,214,221)
#F8DAE1
(248,218,225)
#F9DEE5
(249,222,229)
#FAE2E9
(250,226,233)
#FBE6ED
(251,230,237)
#FCEAF1
(252,234,241)
#FDEEF5
(253,238,245)
#FEF2F9
(254,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4CAD1 color. Also use rgb(244,202,209) instead hex code.

Text Font Color

.myTextColor { color: #F4CAD1; }

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

This text font color is #F4CAD1.


Background Color

.myBgColor { background-color: #F4CAD1; }

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

This div background color is #F4CAD1.


Border color

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

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

This div border color is #F4CAD1.


Opacity

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

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

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

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

This text has shadow with #F4CAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CAD1 on black background.


Color preview on white background

This text has color #F4CAD1 on white background.



Black color preview on #F4CAD1 background

This text has black color on #F4CAD1 background.


White color preview on #F4CAD1 background

This text has white color on #F4CAD1 background.