COLOR #F4CADA

HEX: #F4CADA
RGB: (244,202,218)

Color info

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

RGB color model

#F4CADA color RGB value is (244,202,218).

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

RGB channels and saturation

R 244 of 255 = 96%
G 202 of 255 = 79%
B 218 of 255 = 85%

244
202
218

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

Portions of RGB colors in percentages

R + G + B =
244 + 202 + 218 = 664 (100%)
R 244 of 664 ~ 36.75%
G 202 of 664 ~ 30.42%
B 218 of 664 ~ 32.83%

%36.75
%30.42
%32.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 10.66%
  • 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
%17.21
%10.66
%4.31

Codes

Color #F4CADA in popluar color models

F4CADA
RGB244202218
HSL337°65.63%87.45%
HSB/HSV337°17.21%95.69%
CMYK0.00%17.21%10.66%
4.31%

Color #F4CADA in popluar number systems.

HEXF4CADA
Decimal244202218
Binary111101001100101011011010
Octal364312332

Shades and tints

Shades of #F4CADA

#F4CADA
(244,202,218)
#DEB8C7
(222,184,199)
#C8A6B4
(200,166,180)
#B294A1
(178,148,161)
#9C828E
(156,130,142)
#86707B
(134,112,123)
#705E68
(112,94,104)
#5A4C55
(90,76,85)
#443A42
(68,58,66)
#2E282F
(46,40,47)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #F4CADA

#F4CADA
(244,202,218)
#F5CEDD
(245,206,221)
#F6D2E0
(246,210,224)
#F7D6E3
(247,214,227)
#F8DAE6
(248,218,230)
#F9DEE9
(249,222,233)
#FAE2EC
(250,226,236)
#FBE6EF
(251,230,239)
#FCEAF2
(252,234,242)
#FDEEF5
(253,238,245)
#FEF2F8
(254,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4CADA; }

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

This text font color is #F4CADA.


Background Color

.myBgColor { background-color: #F4CADA; }

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

This div background color is #F4CADA.


Border color

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

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

This div border color is #F4CADA.


Opacity

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

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

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

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

This text has shadow with #F4CADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CADA on black background.


Color preview on white background

This text has color #F4CADA on white background.



Black color preview on #F4CADA background

This text has black color on #F4CADA background.


White color preview on #F4CADA background

This text has white color on #F4CADA background.